Skip to content

Commit

Permalink
Merge branch 'main' into 1208-improve-unhealthy-status-management
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsitrin committed Jan 9, 2025
2 parents 5fed10a + a1c2c28 commit 5fa4e00
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@ jobs:
uses: actions/download-artifact@v3
with:
name: rollapp-evm
path: /tmp

- name: Download RollApp WASM artifact
uses: actions/download-artifact@v3
with:
name: rollapp-wasm
path: /tmp

- name: Combine Images into e2e.tar
run: |
Expand All @@ -43,7 +45,7 @@ jobs:
with:
name: e2e
path: /tmp/e2e.tar

e2e-tests:
needs: combine-artifacts
uses: dymensionxyz/e2e-tests/.github/workflows/e2e-test-workflow-call.yml@main
Expand Down

0 comments on commit 5fa4e00

Please sign in to comment.