Skip to content

Commit

Permalink
more debugging info
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Oct 22, 2023
1 parent 61e53f9 commit 4f1611b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
cache-dependency-path: |
server/go.sum
- name: run migration
run: sleep 30 && docker logs $(docker ps -qa) && go run main.go
run: docker ps -a && sleep 30 && docker logs $(docker ps -qa) && go run main.go
working-directory: ./server
env:
EXIT_AFTER_MIGRATION: "true"
Expand Down

0 comments on commit 4f1611b

Please sign in to comment.