mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 02:15:43 +03:00
Rip out the xUnit test reporter
This was used to integrate with Circle CI's deeper test reporting (failures, flakes, reporting). It's strictly vestigial now that we're on GHA.
This commit is contained in:
5
.github/workflows/_ember-exam.yml
vendored
5
.github/workflows/_ember-exam.yml
vendored
@@ -21,7 +21,4 @@ jobs:
|
||||
- name: Ember tests
|
||||
env:
|
||||
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
|
||||
run: mkdir -p /tmp/test-reports && cd ui && yarn exam:parallel -- --split=${{ inputs.split }} --partition=${{ inputs.partition }}
|
||||
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||
with:
|
||||
path: "/tmp/test-reports"
|
||||
run: cd ui && yarn exam:parallel -- --split=${{ inputs.split }} --partition=${{ inputs.partition }}
|
||||
|
||||
Reference in New Issue
Block a user