We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 584a1e0 commit 31de596Copy full SHA for 31de596
.github/workflows/flyway-validation.yml
@@ -22,7 +22,12 @@ jobs:
22
23
- name: 🔧 Setup Gradle
24
uses: gradle/actions/setup-gradle@v3
25
-
+
26
+ - name: 📋 Check migration files
27
+ run: |
28
+ echo "🚀 Checking migration files..."
29
+ ./scripts/validate-migration-files.sh
30
31
- name: 🐬 Setup MySQL
32
run: |
33
docker run --name mysql-test \
@@ -37,11 +42,6 @@ jobs:
37
42
sleep 2
38
43
done
39
44
echo "✅ MySQL is ready!"
40
41
- - name: 📋 Check migration files
- run: |
- echo "🚀 Checking migration files..."
- ./scripts/validate-migration-files.sh
45
46
- name: 🧪 Validate SQL syntax
47
env:
0 commit comments