Skip to content

Commit

Permalink
Update WASM CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Ye committed Jan 24, 2024
1 parent 4593a56 commit 337f1a3
Showing 1 changed file with 9 additions and 22 deletions.
31 changes: 9 additions & 22 deletions .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,14 @@ on:
branches: [main]

jobs:
carton_wasmer_test_5_7:
name: "Execute tests on Wasm (Swift 5.7)"
runs-on: ubuntu-20.04

carton_wasmer_test:
name: Execute tests on WASM
strategy:
fail-fast: false
matrix:
swift_version: ["5.7", "5.8", "5.9"]
os: [ubuntu-20.04]
runs-on: ${{ matrix.os }}
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]
- uses: swiftwasm/swiftwasm-action@v${{ matrix.swift_version }}

0 comments on commit 337f1a3

Please sign in to comment.