diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b89adfeb..aa5e6dcb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -52,6 +52,10 @@ jobs: run: npm test if: runner.os != 'Linux' + - name: Run e2e tests + run: npm run e2etest + if: runner.os != 'Linux' + - name: Initialize CodeQL uses: github/codeql-action/init@v1 with: