[ui] Parallelize ember tests (#17442)

* Exam to parallelize tests

* Logging to try to solve test flakiness

* Logging in another failure

* Hardening for one test and snapshot for another

* Explicitly set the first one as the servicedAlloc instead of randomly picking

* A wild CircleCI test failure appears

* de-log
This commit is contained in:
Phil Renaud
2023-06-07 17:01:35 -04:00
committed by GitHub
parent 225693ad28
commit 408ab828f7
6 changed files with 60 additions and 54 deletions

View File

@@ -49,7 +49,7 @@ jobs:
- name: Ember tests
env:
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
run: mkdir -p /tmp/test-reports && cd ui && yarn test
run: mkdir -p /tmp/test-reports && cd ui && yarn exam
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
with:
path: "/tmp/test-reports"