Skip to content

Commit

Permalink
Updated uploading test results.
Browse files Browse the repository at this point in the history
  • Loading branch information
harmen-xb committed Oct 30, 2023
1 parent 2416792 commit d4d662b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,8 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: unit-test-tesults
# Include the unit-test-results folders, but skip the ones in plugin folders.
path: |
**/*/unit-test-results
!**/plugins
!**/node_modules
# Include the unit-test-results folders (which is in the root of the workspace).
path: unit-test-results

# Run lint only on Linux (since it only makes sense to run it once, and linux is the fastest).
- name: Lint
Expand Down

0 comments on commit d4d662b

Please sign in to comment.