Skip to content

Commit

Permalink
Update deprecated workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
sigio committed Nov 6, 2024
1 parent 7989210 commit d1982bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: macos-13
steps:
- name: Repository Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Run SwiftLint
run: swiftlint
Expand All @@ -30,7 +30,7 @@ jobs:
xcrun simctl boot "iPhone 14" || true
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Run iOS tests
run: xcodebuild test -scheme RDOModules-Package -destination 'platform=iOS Simulator,OS=16.4,name=iPhone 14'

0 comments on commit d1982bb

Please sign in to comment.