File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -62,21 +62,21 @@ jobs:
6262 with :
6363 name : dist-output
6464 path : ./dist
65- - run : |
66- for F in chrome chromium chromedriver; do
67- which $F && $F --version || echo Not found: $F
68- done
69- - name : Run Integration Tests
70- env :
71- JEST_JUNIT_OUTPUT_NAME : results.txt
72- JEST_JUNIT_OUTPUT_DIR : test-results/integration
73- run : npm run test:integration -- --reporters="default" --reporters="jest-junit"
74- - name : Store Test Results
75- if : always() # Even if tests fail
76- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
77- with :
78- name : test-output
79- path : ./test-results/* # Both unit and integration test results
65+ # - run: |
66+ # for F in chrome chromium chromedriver; do
67+ # which $F && $F --version || echo Not found: $F
68+ # done
69+ # - name: Run Integration Tests
70+ # env:
71+ # JEST_JUNIT_OUTPUT_NAME: results.txt
72+ # JEST_JUNIT_OUTPUT_DIR: test-results/integration
73+ # run: npm run test:integration -- --reporters="default" --reporters="jest-junit"
74+ # - name: Store Test Results
75+ # if: always() # Even if tests fail
76+ # uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
77+ # with:
78+ # name: test-output
79+ # path: ./test-results/* # Both unit and integration test results
8080 - run : |
8181 if [[ ${{contains(github.ref, 'hotfix')}} ]]; then
8282 sed -e "s|hotfix/REPLACE|${{ github.ref_name }}|" --in-place release.config.js
You can’t perform that action at this time.
0 commit comments