Skip to content

Commit

Permalink
Correct long-standing error with unit test reporting steps (#33508)
Browse files Browse the repository at this point in the history
* force unit test stability review to run with logging

* force unit test stability review to run with logging

* force unit test stability review to run with logging

* force unit test stability review to run with logging

* force unit test stability review to run with logging

* add more logging

* Update GHA command

* remove test code, finalize PR

---------

Co-authored-by: Curt Bonade <[email protected]>
  • Loading branch information
CBonade and Curt Bonade authored Dec 16, 2024
1 parent 9569591 commit eb23afa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -417,13 +417,13 @@ jobs:
path: .

- name: Run unit tests
run: yarn test:unit:gha ${APP_FOLDERS:+"{script,$APP_FOLDERS}/**/*.unit.spec.js?(x)"} --log-level trace
run: yarn test:unit:gha ${APP_FOLDERS:+"{script,$APP_FOLDERS}/**/*.unit.spec.js?(x)"} --coverage --log-level verbose
env:
MOCHA_FILE: test-results/unit-tests.xml
APP_FOLDERS: ${{ steps.get-changed-apps.outputs.folders }}
IS_STRESS_TEST: true
STEP: ${{ matrix.runs }}

- name: Archive unit test results
if: ${{ always() }}
uses: ./.github/workflows/upload-artifact
Expand Down

0 comments on commit eb23afa

Please sign in to comment.