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 dcfe21e commit 3d8989b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
run: |
npm run chain &
sleep 10
- run: npm test
- run: DEBUG=*terminal npm test
2 changes: 1 addition & 1 deletion packages/ethernaut-challenges/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Play the Open Zeppelin ethernaut challenges in the cli",
"main": "src/index.js",
"scripts": {
"build": "npm run install:test",
"build": "hardhat compile && npm run install:test",
"install:test": "cd test/fixture-projects/basic-project && npm install",
"extract": "node ./scripts/extract.js",
"test": "nyc mocha --exit --timeout 60000 --require 'test/setup.js' --recursive '../../**/*.test.js' --ignore '../../fixture-projects/**/*'"
Expand Down
2 changes: 1 addition & 1 deletion packages/ethernaut-interact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "src/index.js",
"scripts": {
"build": "npm run install:test",
"install:test": "cd test/fixture-projects/basic-project && npm install",
"install:test": "cd test/fixture-projects/basic-project && npm install && hardhat compile",
"test": "nyc mocha --exit --timeout 60000 --require 'test/setup.js' --recursive '../../**/*.test.js' --ignore '../../fixture-projects/**/*'"
},
"author": "",
Expand Down

0 comments on commit 3d8989b

Please sign in to comment.