Skip to content

Commit

Permalink
fixed formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Oct 22, 2023
1 parent 5aa08e0 commit ac86c0b
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: wait for db
run: sleep 20 && docker logs $(docker ps -qa) &&
run: sleep 20 && docker logs $(docker ps -qa)
- name: run migration
run: go run main.go
working-directory: ./server
Expand Down

0 comments on commit ac86c0b

Please sign in to comment.