Skip to content

Commit

Permalink
Update WASM CI (#19)
Browse files Browse the repository at this point in the history
* Update WASM CI

* Update WASM CI to use multi jobs instead of matrix
  • Loading branch information
Kyle-Ye committed Jan 24, 2024
1 parent 7870fe0 commit 2dc016d
Showing 1 changed file with 14 additions and 18 deletions.
32 changes: 14 additions & 18 deletions .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,23 @@ on:
branches: [master]

jobs:
# Matrics is not supported
# See https://github.com/swiftwasm/swiftwasm-action/issues/3
carton_wasmer_test_5_7:
name: "Execute tests on Wasm (Swift 5.7)"
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v4
- uses: swiftwasm/swiftwasm-action@v5.7

# swiftwasm/swiftwasm-action@v5.8 and @v5.9 is not supported upstream
# carton_wasmer_test_5_8:
# name: "Execute tests on Wasm (Swift 5.8)"
# runs-on: ubuntu-20.04

# steps:
# - uses: actions/checkout@v2
# - uses: swiftwasm/swiftwasm-action@v5.8

# carton_wasmer_test_5_9:
# name: "Execute tests on Wasm (Swift 5.9)"
# runs-on: ubuntu-20.04

# steps:
# - uses: actions/checkout@v2
# - uses: swiftwasm/swiftwasm-action@v5.9
carton_wasmer_test_5_8:
name: "Execute tests on Wasm (Swift 5.8)"
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: swiftwasm/swiftwasm-action@v5.8
carton_wasmer_test_5_9:
name: "Execute tests on Wasm (Swift 5.9)"
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: swiftwasm/swiftwasm-action@v5.9

0 comments on commit 2dc016d

Please sign in to comment.