Skip to content

Commit

Permalink
chore(Root): put some logs in ci scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoruiz committed Nov 13, 2023
1 parent 95153a8 commit 6bde899
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:
- uses: browser-actions/setup-chrome@latest
- run: sudo apt-get install xvfb
- run: npm install --no-save --no-fund --no-audit --legacy-peer-deps
- run: ls -pal ./node_modules/@s-ui
- run: ls ./node_modules/@s-ui/react-context
- run: npx -y ultra-runner --raw --recursive prepublishOnly
- run: ls ./node_modules/@s-ui/react-context
- run: npm run lint
- run: npm run test:server:ci
- run: xvfb-run --auto-servernum npm run test:client:ci
Expand Down

0 comments on commit 6bde899

Please sign in to comment.