Skip to content

Commit 93786ff

Browse files
author
Baran Karaaslan
committed
test
1 parent 3660368 commit 93786ff

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/tmp.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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 }}

0 commit comments

Comments
 (0)