Skip to content

Commit 84a9db9

Browse files
authored
hook e2e tests on CI (#120)
Objective Same as title. Abstractions Add a "Run e2e tests" step on the CI to run the end to end tests we currently have. It's added after step "Run tests on Windows OS"(npm test) and before CodeQL steps. Tests performed
1 parent 6f7aa75 commit 84a9db9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ jobs:
5252
run: npm test
5353
if: runner.os != 'Linux'
5454

55+
- name: Run e2e tests
56+
run: npm run e2etest
57+
if: runner.os != 'Linux'
58+
5559
- name: Initialize CodeQL
5660
uses: github/codeql-action/init@v1
5761
with:

0 commit comments

Comments
 (0)