Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
chore: normalize ci workflow, raise tap timeout
Browse files Browse the repository at this point in the history
PR-URL: #336
Credit: @nlf
Close: #336
Reviewed-by: @isaacs
  • Loading branch information
nlf authored and isaacs committed Oct 27, 2021
1 parent cb8ef33 commit 62b46e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,5 @@ jobs:
cache: npm
- run: npm i --prefer-online -g npm@latest
- run: npm ci
# TODO -t0 will need to go into npm test when we standardize on template-oss
- run: npm test --ignore-scripts -t0
- run: npm test --ignore-scripts
- run: npm ls -a
# TODO these will need to go into npm test when we standardize on template-oss
env:
ARBORIST_DEBUG: '0'
NODE_OPTIONS: --no-warnings
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,10 @@
"tcompare": "^5.0.6"
},
"scripts": {
"test": "npm run test-only --",
"test-only": "tap",
"posttest": "npm run lint --",
"test": "tap",
"posttest": "npm run lint",
"snap": "tap",
"postsnap": "npm run lintfix --",
"postsnap": "npm run lintfix",
"test-proxy": "ARBORIST_TEST_PROXY=1 tap --snapshot",
"preversion": "npm test",
"postversion": "npm publish",
Expand Down Expand Up @@ -88,7 +87,7 @@
"--no-warnings",
"--no-deprecation"
],
"timeout": "240"
"timeout": "360"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16"
Expand Down

0 comments on commit 62b46e1

Please sign in to comment.