mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 18:05:42 +03:00
[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:
2
.github/workflows/test-ui.yml
vendored
2
.github/workflows/test-ui.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user