Skip to content

Update WASM CI

Update WASM CI #65

Workflow file for this run

name: Wasm
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
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/swiftwasm-action@v${{ matrix.swift_version }}

Check failure on line 20 in .github/workflows/wasm.yml

View workflow run for this annotation

GitHub Actions / Wasm

Invalid workflow file

The workflow is not valid. .github/workflows/wasm.yml (Line: 20, Col: 15): Unrecognized named-value: 'matrix'. Located at position 1 within expression: matrix.swift_version