Skip to content

Commit

Permalink
Fix regression-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Nov 27, 2024
1 parent 7291aeb commit 2b4a362
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
- name: Configure Kurtosis CDK
working-directory: ./kurtosis-cdk
run: |
yq -Y --in-place '.args.data_availability_mode = "cdk-validium"' params.yml
yq -Y --in-place '.args.zkevm_da_image = "cdk-data-availability:local"' params.yml
yq -Y --in-place '.args.consensus_contract_type = "cdk-validium"' input_parser.star
yq -Y --in-place '.args.zkevm_da_image = "cdk-data-availability:local"' input_parser.star
- name: Deploy Kurtosis CDK package
working-directory: ./kurtosis-cdk
run: kurtosis run --enclave cdk-v1 --args-file params.yml --image-download always .
run: kurtosis run --enclave cdk-v1 --image-download always .

- name: Set executable permissions for the script
working-directory: ./cdk-data-availability
Expand Down

0 comments on commit 2b4a362

Please sign in to comment.