Skip to content

🔀 :: Create test_on_master.yml #22

🔀 :: Create test_on_master.yml

🔀 :: Create test_on_master.yml #22

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Run tests
run: |
xcodebuild clean test -project GOMS-iOS.xcodeproj
-scheme GOMS-iOS
-destination 'platform=iOS Simulator,name=iPhone 11 Pro,OS=15'