Skip to content

Commit

Permalink
ci(e2e/oidc): fix artifact upload path (#1358)
Browse files Browse the repository at this point in the history
It looks like this was broken by refactoring in 12635f0
  • Loading branch information
alxndrsn authored Jan 14, 2025
1 parent 7574030 commit 43d8f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/oidc-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: Playwright Screenshots
path: test/e2e/oidc/playwright-results/**/*.png
path: test/e2e/oidc/playwright-tests/results/**/*.png

0 comments on commit 43d8f38

Please sign in to comment.