Skip to content

Commit 31de596

Browse files
committed
[#34] chore: 컨벤션 검사와 DB 도커 빌드 순서 변경
1 parent 584a1e0 commit 31de596

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/flyway-validation.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,12 @@ jobs:
2222

2323
- name: 🔧 Setup Gradle
2424
uses: gradle/actions/setup-gradle@v3
25-
25+
26+
- name: 📋 Check migration files
27+
run: |
28+
echo "🚀 Checking migration files..."
29+
./scripts/validate-migration-files.sh
30+
2631
- name: 🐬 Setup MySQL
2732
run: |
2833
docker run --name mysql-test \
@@ -37,11 +42,6 @@ jobs:
3742
sleep 2
3843
done
3944
echo "✅ MySQL is ready!"
40-
41-
- name: 📋 Check migration files
42-
run: |
43-
echo "🚀 Checking migration files..."
44-
./scripts/validate-migration-files.sh
4545
4646
- name: 🧪 Validate SQL syntax
4747
env:

0 commit comments

Comments
 (0)