Skip to content

Commit

Permalink
🔧 Build FirebaseFetcher on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
olejnjak committed Jan 3, 2024
1 parent ade796c commit 2096e69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
path: Tests-iOS.xcresult
- name: iOS responder tests
run: set -o pipefail && xcodebuild test -scheme ACKategories -resultBundlePath Tests-iOS-Responder.xcresult -sdk iphonesimulator -destination "platform=iOS Simulator,name=$IOS_DEVICE,OS=latest" ONLY_ACTIVE_ARCH=YES | xcpretty
- name: Build FirebaseFetcher
run: set -o pipefail && xcodebuild clean -scheme FirebaseFetcher -resultBundlePath Tests-iOS-Responder.xcresult -sdk iphonesimulator -destination "platform=iOS Simulator,name=$IOS_DEVICE,OS=latest" ONLY_ACTIVE_ARCH=YES | xcpretty
- uses: actions/upload-artifact@v3
if: failure()
with:
Expand Down Expand Up @@ -52,5 +54,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: AckeeCZ/[email protected]
- name: SPM build
run: swift build
- name: SPM tests
run: swift test

0 comments on commit 2096e69

Please sign in to comment.