Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh62 committed Oct 31, 2024
1 parent 6edc916 commit 21d8aff
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ui_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ jobs:
ui-test-ios:
runs-on: macos-15
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
name: Resolve and update Swift packages
- name: Checkout
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2

- name: Resolve and update Swift packages
run: xcodebuild -resolvePackageDependencies -scheme Authenticator

- name: UI test Authenticator on iOS
Expand Down

0 comments on commit 21d8aff

Please sign in to comment.