diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 8a5192ab..2534bdd4 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -45,7 +45,7 @@ jobs: npm ci - name: Cypress tests - run: npm test + run: npm run test:unit && npm run test:e2e build-windows: runs-on: windows-latest @@ -81,7 +81,7 @@ jobs: run: | npm ci - name: Cypress tests - run: npm test + run: npm run test:unit && npm run test:e2e build-mac: runs-on: macos-latest @@ -116,4 +116,4 @@ jobs: run: | npm ci - name: Cypress tests - run: npm test + run: npm run test:unit && npm run test:e2e