Skip to content

Commit

Permalink
uplaod artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
girazoki committed Nov 6, 2024
1 parent f68e835 commit f0e7739
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/e2e-test-bridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,13 @@ jobs:
with:
run_id: ${{ steps.retrieve-run-id.outputs.run_id }}
name: binaries
path: target/release
path: binaries
search_artifacts: true
- name: "Make executables"
run: |
chmod uog+x target/release/tanssi-node
chmod uog+x target/release/tanssi-relay
chmod uog+x target/release/tanssi-relay-execute-worker
chmod uog+x target/release/tanssi-relay-prepare-worker
- name: Upload runtimes
uses: actions/upload-artifact@v4
with:
name: binaries
path: binaries
- name: Run Zombienet Test zombie_tanssi_relay_eth_bridge
uses: ./.github/workflow-templates/zombienet-tests
with:
Expand Down

0 comments on commit f0e7739

Please sign in to comment.