Skip to content

Commit 4a23d18

Browse files
author
Oleksandr_Halichenko
committed
reactivated web tests
1 parent 3a503db commit 4a23d18

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/pull-request.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ jobs:
2121
- run: npm ci
2222
- run: npm run build
2323
- run: npm run test
24-
# - run: npm run install:browsers
25-
# - run: npm run test:e2e
26-
# - name: junit report (web)
27-
# uses: mikepenz/action-junit-report@v4
28-
# if: always()
29-
# with:
30-
# report_paths: './test-e2e/report.xml'
31-
# fail_on_failure: true
24+
- run: npm run install:browsers
25+
- run: npm run test:e2e
26+
- name: junit report (web)
27+
uses: mikepenz/action-junit-report@v4
28+
if: always()
29+
with:
30+
report_paths: './test-e2e/report.xml'
31+
fail_on_failure: true
3232
- name: setup virtual display
3333
run: |
3434
export DISPLAY=:99

0 commit comments

Comments
 (0)