We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a503db commit 4a23d18Copy full SHA for 4a23d18
.github/workflows/pull-request.yml
@@ -21,14 +21,14 @@ jobs:
21
- run: npm ci
22
- run: npm run build
23
- 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
+ - run: npm run install:browsers
+ - run: npm run test:e2e
+ - name: junit report (web)
+ uses: mikepenz/action-junit-report@v4
+ if: always()
+ with:
+ report_paths: './test-e2e/report.xml'
+ fail_on_failure: true
32
- name: setup virtual display
33
run: |
34
export DISPLAY=:99
0 commit comments