Skip to content

Commit

Permalink
print logs of package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshkumar1019 committed Nov 7, 2023
1 parent bfe877c commit bc07247
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm install

- name: log npm lock file
run: cat package-lock.json

- name: Unit tests
env:
SAUCE_USERNAME: nuxeo-web-ui
Expand Down

0 comments on commit bc07247

Please sign in to comment.