Skip to content

Commit

Permalink
ci: fix mine script
Browse files Browse the repository at this point in the history
  • Loading branch information
tamtamchik committed Oct 7, 2024
1 parent ede02e7 commit 446b2b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests-integration-scratch.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Integration Tests

on: [push]
on: [ push ]

jobs:
test_hardhat_integration_scratch:
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
NETWORK_STATE_DEFAULTS_FILE: "scripts/scratch/deployed-testnet-defaults.json"

- name: Finalize scratch deployment
run: yarn hardhat --network local run --no-compile scripts/scratch/send-hardhat-mine.ts
run: yarn hardhat --network local run --no-compile scripts/utils/mine.ts

- name: Run integration tests
run: yarn test:integration:fork:local
Expand Down

0 comments on commit 446b2b5

Please sign in to comment.