Skip to content

Commit

Permalink
ci: flyway ci 검증 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonyj1022 authored Nov 2, 2023
1 parent 9c4c11d commit e48f4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend_dev_flyway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: chmod +x backend/ddang/gradlew

- name: Set up Docker Compose
run: docker-compose -f .github/docker-compose.yml up -d
run: docker-compose -f .github/workflows/docker-compose.yml up -d

- name: Build and test
run: |
Expand Down

0 comments on commit e48f4ff

Please sign in to comment.