Skip to content

Commit

Permalink
chore: debug
Browse files Browse the repository at this point in the history
Signed-off-by: nikolay <[email protected]>
  • Loading branch information
natanasow committed Jul 4, 2024
1 parent ed75d98 commit 775fc53
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/opcode-logger-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- name: Install dependencies
run: npm install

- name: Upgrade @hashgraph/hedera-local to v2.27.1
run: npm install @hashgraph/hedera-local@2.27.1 --save
- name: Upgrade @hashgraph/hedera-local to v2.25.3
run: npm install @hashgraph/hedera-local@2.25.3 --save

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@8f1998e9878d786675189ef566a2e4bf24869773 # v1.2.0
Expand All @@ -40,8 +40,8 @@ jobs:
- name: Run besu node
run: npm run besu:start

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3

- name: Run opcode tests against besu
run: npx hardhat test --grep "besu comparison" --network besu_local
Expand Down

0 comments on commit 775fc53

Please sign in to comment.