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 8cc0f9b commit e4aca4b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
jobs:
cypress-run:
runs-on: ubuntu-22.04
container:
image: cypress/browsers:node-20.9.0-chrome-118.0.5993.88-1-ff-118.0.2-edge-118.0.2088.46-1
options: --user 1001
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -19,4 +22,5 @@ jobs:
- name: Cypress run
uses: cypress-io/github-action@v6
with:
start: npm run serve:prod && npm run test:e2e
build: npm run serve:prod
start: npm run test:e2e

0 comments on commit e4aca4b

Please sign in to comment.