Skip to content

Commit

Permalink
fix gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
ermalkaleci committed May 21, 2024
1 parent e482447 commit d910d87
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ name: E2E Tests
on:
workflow_dispatch:
push:
branches:
- '*'
branches: [ master ]
pull_request:
branches: [ master ]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}

jobs:
Expand Down Expand Up @@ -36,7 +38,7 @@ jobs:
- name: Clone Astar E2E tests
run: git clone https://github.com/AstarNetwork/e2e-tests.git --depth 1

- nme: Copy runtimes
- name: Copy runtimes
run: |
cp target/release/wbuild/astar-runtime/astar_runtime.compact.compressed.wasm e2e-tests/wasm/astar_runtime.wasm
cp target/release/wbuild/shiden-runtime/shiden_runtime.compact.compressed.wasm e2e-tests/wasm/shiden_runtime.wasm
Expand Down

0 comments on commit d910d87

Please sign in to comment.