Skip to content

Commit cb6f91f

Browse files
committed
chore: Fix artifact path.
1 parent c757c64 commit cb6f91f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
uses: actions/upload-artifact@v5
8080
with:
8181
name: test-failure-screenshots
82-
path: test/webdriverio/test/failures
82+
path: main/test/webdriverio/test/failures
8383

8484
webdriverio_tests:
8585
name: WebdriverIO tests (against pinned v12)

0 commit comments

Comments
 (0)