Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
girazoki committed Nov 6, 2024
1 parent 0127770 commit f68e835
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/e2e-test-bridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
fi
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ needs.set-tags.outputs.git_ref }}
- name: Check g++
id: setup_g_plusplus
run: |
Expand Down Expand Up @@ -87,4 +89,14 @@ jobs:
run_id: ${{ steps.retrieve-run-id.outputs.run_id }}
name: binaries
path: target/release
search_artifacts: true
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: Run Zombienet Test zombie_tanssi_relay_eth_bridge
uses: ./.github/workflow-templates/zombienet-tests
with:
test_name: zombie_tanssi_relay_eth_bridge

0 comments on commit f68e835

Please sign in to comment.