Skip to content

Commit

Permalink
fix: npm spawns new thread, rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
AlberErre committed Aug 14, 2023
1 parent 05aa98d commit 79b542a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/worm-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
- name: Populate ENV variables
working-directory: ./clients/js
run: |
npm run test:env
source ./__tests__/utils/env/worm-submit-env-values
echo $SOLANA_KEY
- name: build worm CLI (Makefile)
working-directory: ./clients/js
Expand Down
1 change: 0 additions & 1 deletion clients/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"docs": "npx tsx src/doc.ts",
"prepublishOnly": "npm run check",
"make": "make install",
"test:env": "source ./__tests__/utils/env/worm-submit-env-values",
"test": "npm run make && jest --config jest.config.json --watchAll",
"test-ci": "jest --config jest.config.json --maxWorkers=1 --verbose --forceExit"
},
Expand Down

0 comments on commit 79b542a

Please sign in to comment.