|
95 | 95 |
|
96 | 96 | - run: echo Unit tests completed unsuccessfully. However, unit tests are inconsistent on the CI so please verify locally with `yarn test:jest`.
|
97 | 97 | if: steps.unit_tests_results.outputs.unit_tests_results != 'success' && steps.unit-tests.outcome != 'success'
|
98 |
| - |
99 |
| - # TODO: This gets rejected, we need approval to add this |
100 |
| - # - name: Add comment if unit tests did not succeed |
101 |
| - # if: steps.unit_tests_results.outputs.unit_tests_results != 'success' && steps.unit-tests.outcome != 'success' |
102 |
| - # uses: actions/github-script@v5 |
103 |
| - # with: |
104 |
| - # github-token: ${{ secrets.GITHUB_TOKEN }} |
105 |
| - # script: | |
106 |
| - # github.rest.issues.createComment({ |
107 |
| - # issue_number: context.issue.number, |
108 |
| - # owner: context.repo.owner, |
109 |
| - # repo: context.repo.repo, |
110 |
| - # body: 'Unit tests completed unsuccessfully. However, unit tests are inconsistent on the CI so please verify locally with `yarn test:jest`.' |
111 |
| - # }) |
112 | 98 |
|
113 | 99 | - name: Run integration tests
|
114 | 100 | if: steps.integration_tests_results.outputs.integration_tests_results != 'success'
|
@@ -190,7 +176,7 @@ jobs:
|
190 | 176 | # github virtual env is the latest chrome
|
191 | 177 | - name: Setup chromedriver
|
192 | 178 | if: steps.ftr_tests_results.outputs.ftr_tests_results != 'success'
|
193 |
| - run: yarn add --dev chromedriver@100.0.0 |
| 179 | + run: yarn add --dev chromedriver@102.0.0 |
194 | 180 |
|
195 | 181 | - name: Run bootstrap
|
196 | 182 | if: steps.ftr_tests_results.outputs.ftr_tests_results != 'success'
|
|
0 commit comments