Skip to content

Commit

Permalink
build: update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paulpestov authored May 16, 2024
1 parent 29ec8e5 commit bb658bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
npm ci
npm run build
cp -r dist/ examples/dist/
node ./node_modules/http-server/bin/http-server examples -p 2222 -c-1 --cors
node ./node_modules/http-server/bin/http-server examples -p 2222 -c-1 --silent --cors &
npm run test:e2e
# - name: Save test video folder
# if: always()
Expand Down

0 comments on commit bb658bd

Please sign in to comment.