Skip to content

Commit

Permalink
Test action fixes (#2754)
Browse files Browse the repository at this point in the history
Use a unique test log artifact name and to not warn if no files are found
  • Loading branch information
externl authored Sep 20, 2024
1 parent 40c8530 commit e712892
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ runs:
- name: Upload test logs
uses: actions/upload-artifact@v4
with:
name: test-logs
name: test-logs-${{ matrix.config }}-${{ matrix.os }}
path: ${{ inputs.working_directory }}/**/*.log
if-no-files-found: ignore()
if: always()

- name: Test Summary
Expand Down

0 comments on commit e712892

Please sign in to comment.