Skip to content

Commit

Permalink
fix script path
Browse files Browse the repository at this point in the history
  • Loading branch information
rachit77 committed Nov 28, 2024
1 parent e2c4eb4 commit 9f4689c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ jobs:
- name: Set executable permissions for the script
working-directory: ./kurtosis-cdk
run: sudo chmod +x .github/scripts/monitor-cdk-verified-batches/monitor-verified-batches.sh
run: sudo chmod +x .github/scripts/monitor-verified-batches.sh

- name: Monitor verified batches
working-directory: ./kurtosis-cdk
shell: bash
run: |
rpc_url="$(kurtosis port print cdk cdk-erigon-rpc-001 rpc)"
echo "Using RPC URL: $rpc_url"
.github/scripts/monitor-cdk-verified-batches/monitor-verified-batches.sh --enclave cdk --rpc-url "$rpc_url" --target 19 --timeout 600
.github/scripts/monitor-verified-batches.sh --enclave cdk --rpc-url "$rpc_url" --target 19 --timeout 600

0 comments on commit 9f4689c

Please sign in to comment.