Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisLys committed Nov 3, 2024
1 parent 9dd01c6 commit 432cb4b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Set up Xcode
run: |
sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
- name: Run Ui Tests
run: |
xcodebuild test \
-scheme SwiftRadioUITests \
-destination 'platform=iOS Simulator,name=iPhone 16,OS=latest' \
-allowProvisioningUpdates
-destination 'platform=iOS Simulator,name=iPhone 16,OS=latest'
#jobs:
# build:
Expand Down
1 change: 1 addition & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

0 comments on commit 432cb4b

Please sign in to comment.