Skip to content

test

test #1

Workflow file for this run

name: delete me, debugging ci
on:
push:
branches:
- sre-359-make-integration-tests-be-able-to-use-latest-wasmer-cli
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
test:
runs-on: ubuntu-22.04
steps:
- name: Checkout wasmer-integration-tests repository
uses: actions/checkout@v3
with:
repository: wasmerio/wasmer-integration-tests
submodules: true
token: ${{ secrets.CLONE_WASMER_INTEGRATION_TESTS }}