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.
1 parent 3660368 commit bd6e9d5Copy full SHA for bd6e9d5
.github/workflows/tmp.yaml
@@ -0,0 +1,27 @@
1
+name: delete me, debugging ci
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - sre-359-make-integration-tests-be-able-to-use-latest-wasmer-cli
7
8
+concurrency:
9
+ group: ${{ github.workflow }}-${{ github.ref }}
10
11
+jobs:
12
+ test:
13
+ runs-on: ubuntu-22.04
14
+ steps:
15
+ - name: Checkout wasmer-integration-tests repository
16
+ uses: actions/checkout@v3
17
+ with:
18
+ repository: wasmerio/wasmer-integration-tests
19
+ submodules: true
20
+ token: ${{ secrets.CLONE_WASMER_INTEGRATION_TESTS }}
21
+ - uses: actions/download-artifact@v4
22
23
+ name: wasmer-cli-linux-x64
24
+ run-id: 9978713382
25
+ github-token: ${{ github.token }}
26
+ - run: |
27
+ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
0 commit comments