Skip to content

Commit

Permalink
List installed npm modules in CI output
Browse files Browse the repository at this point in the history
  • Loading branch information
flimzy committed May 10, 2024
1 parent 46455f1 commit 7ed44c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ coverage:
- npm install source-map-support
- mkdir -p /tmp/src
- ( cd /tmp && go install github.com/gopherjs/gopherjs@${GOPHERJS_TAG} )
- npm install -S https://github.com/gopherjs/gopherjs#${GOPHERJS_TAG} && node -r syscall
- npm install -S https://github.com/gopherjs/gopherjs#${GOPHERJS_TAG}
- npm list
- node --require syscall
- gopherjs test `go list ./... | grep -v /cmd/`

gopherjs1.17-pouchdb7:
Expand Down

0 comments on commit 7ed44c5

Please sign in to comment.