Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
barankaraaslan committed Jul 18, 2024
1 parent 3660368 commit 93786ff
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/tmp.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
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 }}

0 comments on commit 93786ff

Please sign in to comment.