Fix directory paths and block hash

This commit is contained in:
Pawan Dhananjay
2023-03-24 00:53:40 +05:30
parent 0b3e8d387b
commit 72d1f53873
4 changed files with 865 additions and 8 deletions

View File

@@ -272,11 +272,11 @@ jobs:
- name: Run the doppelganger protection success test script
run: |
cd scripts/tests
./doppelganger_protection.sh success ../local_testnet/genesis.json
./doppelganger_protection.sh success genesis.json
- name: Run the doppelganger protection failure test script
run: |
cd scripts/tests
./doppelganger_protection.sh failure ../local_testnet/genesis.json
./doppelganger_protection.sh failure genesis.json
execution-engine-integration-ubuntu:
name: execution-engine-integration-ubuntu
runs-on: ubuntu-latest