Skip to content

Commit dabaad5

Browse files
committed
chore: Fix path changing.
1 parent 2187b2c commit dabaad5

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
@@ -68,7 +68,7 @@ jobs:
6868
6969
- name: Run tests (up to 50 times)
7070
run: |
71-
cd test/webdriverio/test
71+
cd main/test/webdriverio/test
7272
for i in $(seq 1 50);
7373
do
7474
echo "Attempt $i"

0 commit comments

Comments
 (0)