Skip to content

feat: make multiple products from package #14

feat: make multiple products from package

feat: make multiple products from package #14

Workflow file for this run

on:
push:
branches:
- main
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
build:
runs-on: macOS-latest
strategy:
matrix:
platform:
- iOS
steps:
- uses: actions/checkout@v2.3.4
- uses: mxcl/xcodebuild@v1
with:
platform: ${{ matrix.platform }}
action: test
scheme: curvelib.swift
code-coverage: true
upload-logs: always