Skip to content

Commit 22edabc

Browse files
committed
Wait for Vite server to start
1 parent b10435d commit 22edabc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: cypress-io/github-action@v6
4747
with:
4848
project: ./playgrounds/autocomplete
49-
wait-on: 'http://localhost:7700'
49+
wait-on: 'http://localhost:7700,http://localhost:5173'
5050
# Tests are only done on one playground to avoid long testing time
5151
# TODO: This is a flaky one, it is not awaited before cypress starts running tests
5252
start: yarn playground:autocomplete

0 commit comments

Comments
 (0)