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 authored Jan 24, 2024
1 parent 4593a56 commit b58fbde
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: [main]

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/[email protected]

# swiftwasm/[email protected] 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/[email protected]

# 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/[email protected]
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/[email protected]
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/[email protected]

0 comments on commit b58fbde

Please sign in to comment.