Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
brustolin committed Nov 7, 2024
1 parent 7cc2470 commit 40fd16c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- run: ./scripts/ci-select-xcode.sh "16.0"
- run: ./scripts/ci-select-xcode.sh "16.1"
- name: Run Fastlane
run: fastlane ui_tests_ios_swift6 device:"iPhone 15 (18.0)"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import XCTest

final class iOS_SwiftUITests: XCTestCase {
final class UITests: XCTestCase {

override func setUpWithError() throws {
continueAfterFailure = false
Expand Down

0 comments on commit 40fd16c

Please sign in to comment.