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

Commit

Permalink
chore: docker wait for sql
Browse files Browse the repository at this point in the history
  • Loading branch information
justinlettau committed Dec 17, 2020
1 parent 592ffd7 commit c66ed0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: docker-compose up -d

- name: Startup
run: ./docker/wait.sh
run: sudo ./docker/wait.sh

- name: Restore
shell: pwsh
Expand Down

0 comments on commit c66ed0e

Please sign in to comment.