Skip to content

Commit

Permalink
Tweak ci
Browse files Browse the repository at this point in the history
  • Loading branch information
eternauta1337 committed Feb 24, 2024
1 parent 7203c1b commit a9d27b3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,10 @@ jobs:
run: |
npm run chain &
sleep 10
- run: DEBUG=*terminal npm test
- run: cd packages/common && npm t
- run: cd packages/ethernaut-toolbox && npm t
- run: cd packages/ethernaut-ui && npm t
- run: cd packages/ethernaut-interact && npm t
- run: cd packages/ethernaut-challenges && npm t
- run: cd packages/ethernaut-ai && npm t
- run: cd packages/ethernaut-cli && npm t
2 changes: 1 addition & 1 deletion packages/ethernaut-interact/test/tasks/contract.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ describe('contract', function () {
before('run contract', async function () {
await terminal.run(
`npx hardhat interact contract --address ${await sample.getAddress()} --no-confirm --abi ${abiPath} --fn incrementCounter --params 42`,
1000,
2000,
)
})

Expand Down
2 changes: 1 addition & 1 deletion packages/ethernaut-interact/test/tasks/send.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ describe('send', function () {
before('run send', async function () {
await terminal.run(
`npx hardhat interact send --address ${signer2.address} --value 1 --no-confirm`,
1000,
2000,
)
})

Expand Down

0 comments on commit a9d27b3

Please sign in to comment.