Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/env/728' into env/728
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ503 committed Nov 2, 2023
2 parents a09bc09 + 9f88ee6 commit d0083f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend_dev_flyway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: dev flyway 검증

on:
pull_request:
paths:
- 'backend/ddang/src/main/resources/db/migration'
types: [opened, reopened, synchronize]
branches: [develop-be]

Expand Down Expand Up @@ -43,8 +45,6 @@ jobs:
export DATABASE_URL=$(echo "SELECT 'ready';" | mysql -h127.0.0.1 -P3306 -utest -ppassword testdb --skip-column-names 2>/dev/null)
sleep 1
done
echo "$DATABASE_URL"
docker ps
- name: Create flyway.conf
run: |
Expand Down

0 comments on commit d0083f3

Please sign in to comment.