Skip to content

Commit

Permalink
fix test json.log to upload per arch
Browse files Browse the repository at this point in the history
  • Loading branch information
edaniels committed Jun 27, 2023
1 parent 75825f0 commit d3b5fc4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,8 @@ jobs:
if: always()
uses: actions/upload-artifact@v3
with:
name: test.json
path: |
json.log
name: test-${{ matrix.arch }}.json
path: json.log
retention-days: 30

# Now that RDK is public, can't directly comment without token having full read/write access
Expand Down

0 comments on commit d3b5fc4

Please sign in to comment.