We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
swiftwasm/setup-swiftwasm
swiftwasm/swiftwasm-action
1 parent 32f6057 commit 5ede785Copy full SHA for 5ede785
.github/workflows/ci.yml
@@ -34,9 +34,14 @@ jobs:
34
runs-on: ubuntu-latest
35
steps:
36
- uses: actions/checkout@v4
37
- - uses: swiftwasm/[email protected]
+ - uses: bytecodealliance/actions/wasmtime/setup@v1
38
+ - uses: swiftwasm/setup-swiftwasm@v1
39
with:
- shell-action: carton test
40
+ swift-version: "wasm-5.9.2-RELEASE"
41
+ - name: Build tests
42
+ run: swift build --triple wasm32-unknown-wasi --build-tests
43
+ - name: Run tests
44
+ run: wasmtime --dir . .build/debug/xctest-dynamic-overlayPackageTests.wasm
45
46
windows:
47
name: Windows
0 commit comments