Skip to content

Commit

Permalink
Update compatibility_tests config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Ye committed Jan 4, 2024
1 parent 3e6cf9f commit ce8c212
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/compatibility_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,13 @@ jobs:
xcode-version: ${{ matrix.xcode-version }}
- name: Swift version
run: swift --version
- name: Run tests against Apple's SwiftUI on macOS
- name: Run compatibility tests on OpenSwiftUI
run: |
swift test \
--build-path .build-compatibility-test-debug
env:
OPENSWIFTUI_COMPATIBILITY_TEST: 0
- name: Run compatibility tests on SwiftUI
run: |
swift test \
--build-path .build-compatibility-test-debug
Expand Down

0 comments on commit ce8c212

Please sign in to comment.