Skip to content

Commit d6527df

Browse files
committed
run debug script
1 parent 6b2a2a4 commit d6527df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
yarn dev &
3939
# Wait for the webserver to be ready
4040
npx wait-on http://localhost:5173
41+
# run debug script
42+
chmod +x ./scripts/ci-debug.sh
43+
.scripts/ci-debug.sh
4144
# Wait for the database to be ready
4245
npx wait-on http://localhost:5984
4346
# Wait for the backend to be ready

0 commit comments

Comments
 (0)