Skip to content

Commit

Permalink
fix(ci): use correct glob pattern for test artifacts (#821)
Browse files Browse the repository at this point in the history
Signed-off-by: Ondrej Dockal <[email protected]>
  • Loading branch information
odockal authored Sep 12, 2024
1 parent e5a9681 commit 245874c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,4 @@ jobs:
if: always()
with:
name: e2e-tests
path: ./**/tests/output/
path: ./**/tests/**/output/
2 changes: 1 addition & 1 deletion .github/workflows/pr-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,6 @@ jobs:
if: always()
with:
name: e2e-tests
path: ./**/tests/output/
path: ./**/tests/**/output/


0 comments on commit 245874c

Please sign in to comment.