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 d5c9102 commit e2c4eb4
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 @@ -46,8 +46,8 @@ jobs:
kurtosis run --enclave cdk . '{"args": {"zkevm_da_image": "cdk-data-availability:local", "consensus_contract_type": "cdk-validium"}}'
- name: Set executable permissions for the script
working-directory: ./cdk-data-availability
run: sudo chmod +x .github/actions/monitor-cdk-verified-batches/batch_verification_monitor.sh
working-directory: ./kurtosis-cdk
run: sudo chmod +x .github/scripts/monitor-cdk-verified-batches/monitor-verified-batches.sh

- name: Monitor verified batches
working-directory: ./kurtosis-cdk
Expand Down

0 comments on commit e2c4eb4

Please sign in to comment.