diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml index 4725a703..2a72f312 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/node-ci.yml @@ -26,3 +26,9 @@ jobs: - name: Test production build run: npm run build + + - name: Install e2e test dependencies + run: npm run e2e:install + + - name: Run e2e tests + run: npm run e2e:tests