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 61dad63 commit c5971ba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@ jobs:
npm ci
npm run build
cp -r dist/ examples/dist/
http-server examples -p 2222 -c-1 --silent --cors
http-server tests/mocks -p 8181 -c-1 --silent --cors
cypress:headless
npm run serve:prod
npm run test:e2e
# - name: Save test video folder
# if: always()
# uses: actions/upload-artifact@v4
Expand Down

0 comments on commit c5971ba

Please sign in to comment.