Skip to content

Initial support for swift-docc documentation and bump to Swift 5.7 #8

Initial support for swift-docc documentation and bump to Swift 5.7

Initial support for swift-docc documentation and bump to Swift 5.7 #8

Workflow file for this run

name: Wasm
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
carton_wasmer_test_5_7:
name: "Execute tests on Wasm (Swift 5.7)"
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- 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]