Skip to content

Commit

Permalink
chore: rename ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aanorbel committed May 16, 2024
1 parent 1e216c8 commit 1c9cad3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
xcodebuild -workspace ooniprobe.xcworkspace -scheme ooniprobe \
-destination='name=Any iOS Device' -sdk iphoneos archive CODE_SIGNING_ALLOWED="NO" | xcpretty
unit-test:
name: Run unit tests
test:
name: Run tests
needs: [ build ]
runs-on: macos-latest
steps:
Expand All @@ -31,4 +31,4 @@ jobs:
- run: |
set -o pipefail
xcodebuild clean build test -workspace ooniprobe.xcworkspace -sdk iphonesimulator \
-scheme ooniprobe -destination 'name=iPhone 14' | xcpretty
-scheme ooniprobe -destination 'name=iPhone 14' | xcpretty

0 comments on commit 1c9cad3

Please sign in to comment.