Skip to content

Commit bbc36c7

Browse files
authored
Merge pull request #219 from oasisprotocol/ml/playwright-2
e2e: Fix GitHub actions report path
2 parents fb831eb + 7715e5b commit bbc36c7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.changelog/219.internal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add basic e2e navigation tests

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ jobs:
5656
if: ${{ !cancelled() }}
5757
with:
5858
name: playwright-report
59-
path: playwright-report/
59+
path: e2e/playwright-report/
6060
retention-days: 7

0 commit comments

Comments
 (0)