File tree 1 file changed +15
-15
lines changed
1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -62,21 +62,21 @@ jobs:
62
62
with :
63
63
name : dist-output
64
64
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
80
80
- run : |
81
81
if [[ ${{contains(github.ref, 'hotfix')}} ]]; then
82
82
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