We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b2a2a4 commit d6527dfCopy full SHA for d6527df
.github/workflows/e2e-tests.yml
@@ -38,6 +38,9 @@ jobs:
38
yarn dev &
39
# Wait for the webserver to be ready
40
npx wait-on http://localhost:5173
41
+ # run debug script
42
+ chmod +x ./scripts/ci-debug.sh
43
+ .scripts/ci-debug.sh
44
# Wait for the database to be ready
45
npx wait-on http://localhost:5984
46
# Wait for the backend to be ready
0 commit comments