Skip to content

Commit

Permalink
Fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Sep 20, 2024
1 parent e712892 commit c17a379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runs:
with:
name: test-logs-${{ matrix.config }}-${{ matrix.os }}
path: ${{ inputs.working_directory }}/**/*.log
if-no-files-found: ignore()
if-no-files-found: ignore
if: always()

- name: Test Summary
Expand Down

0 comments on commit c17a379

Please sign in to comment.