Skip to content

Commit

Permalink
tested a different approach
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Oct 22, 2023
1 parent 1d7d37e commit e60f285
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ jobs:
go-version: '1.21'
cache-dependency-path: |
server/go.sum
- run: docker logs $(docker ps -qa)
- name: wait for db
run: sleep 15 && docker ps -a
run: sleep 15
- run: docker logs $(docker ps -qa)
- name: run migration
run: go run main.go
working-directory: ./server
Expand Down

0 comments on commit e60f285

Please sign in to comment.