-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Tiago Góes <[email protected]>
- Loading branch information
1 parent
2553b14
commit 26001ca
Showing
2 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,11 +16,12 @@ jobs: | |
uses: hoverkraft-tech/[email protected] | ||
env: | ||
SHA: ${{ env.SHA }} | ||
up-flags: "--force-recreate" | ||
|
||
- name: Wait for containers | ||
run: | | ||
docker ps | ||
docker logs -f database | ||
docker logs database | ||
max_attempts=3 | ||
attempt=1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters