Skip to content

Commit

Permalink
Try using include
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincianfarini committed Jan 12, 2024
1 parent 8398f74 commit d4a1b94
Showing 1 changed file with 24 additions and 34 deletions.
58 changes: 24 additions & 34 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,42 +14,32 @@ jobs:
strategy:
matrix:
os: [macOS-latest, windows-latest, ubuntu-latest]
job:
- iosX64Test
- jvmTest
- linuxX64Test
- macosArm64Test
- macosX64Test
- mingwX64Test
- tvosSimulatorArm64Test
- tvosX64Test
- watchosSimulatorArm64Test
- watchosX64Test
exclude:
- os: macOS-latest
job:
- linuxX64Test
- mingwX64Test
job: [jvmTest]
include:
- os: macOS-latest
job: iosX64Test
- os: macOS-latest
job: jvmTest
- os: macOS-latest
job: macosArm64Test
- os: macOS-latest
job: macosX64Test
- os: macOS-latest
job: tvosSimulatorArm64Test
- os: macOS-latest
job: tvosX64Test
- os: macOS-latest
job: watchosSimulatorArm64Test
- os: macOS-latest
job: watchosX64Test
- os: windows-latest
job:
- iosX64Test
- macosArm64Test
- macosX64Test
- mingwX64Test
- tvosSimulatorArm64Test
- tvosX64Test
- watchosSimulatorArm64Test
- watchosX64Test
job: jvmTest
- os: windows-latest
job: mingwX64Test
- os: ubuntu-latest
job: jvmTest
- os: ubuntu-latest
job:
- iosX64Test
- macosArm64Test
- macosX64Test
- mingwX64Test
- tvosSimulatorArm64Test
- tvosX64Test
- watchosSimulatorArm64Test
- watchosX64Test
job: linuxX64Test

runs-on: ${{matrix.os}}
steps:
Expand Down

0 comments on commit d4a1b94

Please sign in to comment.