Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
eternauta1337 committed Feb 24, 2024
1 parent 1a7528a commit 5d009be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run: |
npm run chain &
sleep 5
- run: cd packages/ethernaut-interact && DEBUG=*terminal npm t
- run: cd packages/ethernaut-interact && npm t
# ethernaut-challenges:
# runs-on: ubuntu-latest
# strategy:
Expand Down
1 change: 1 addition & 0 deletions packages/ethernaut-interact/test/tasks/contract.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ describe('contract', function () {
`npx hardhat interact contract --address ${await sample.getAddress()} --abi ${abiPath} --fn counter`,
1000,
)
console.log(terminal.output)
assert.ok(terminal.output.includes('counter() => 42'))
})

Expand Down

0 comments on commit 5d009be

Please sign in to comment.