Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit c66ed0e

Browse files
committed
chore: docker wait for sql
1 parent 592ffd7 commit c66ed0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: docker-compose up -d
3939

4040
- name: Startup
41-
run: ./docker/wait.sh
41+
run: sudo ./docker/wait.sh
4242

4343
- name: Restore
4444
shell: pwsh

0 commit comments

Comments
 (0)