File tree Expand file tree Collapse file tree 8 files changed +2478
-8138
lines changed Expand file tree Collapse file tree 8 files changed +2478
-8138
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 77 branches : [main]
88
99jobs :
10- lint :
10+ build :
1111 runs-on : ubuntu-latest
1212
1313 steps :
9292 uses : ./
9393 with :
9494 command : psqldef
95- sqldef- version : v0.17.24
95+ version : latest
9696 schema-file : schema.sql
9797 pg-user : postgres
9898 pg-password : postgres
@@ -148,7 +148,7 @@ jobs:
148148 uses : ./
149149 with :
150150 command : mysqldef
151- sqldef- version : v0.17.24
151+ version : latest
152152 schema-file : schema.sql
153153 mysql-user : root
154154 mysql-password : root
@@ -190,7 +190,7 @@ jobs:
190190 uses : ./
191191 with :
192192 command : sqlite3def
193- sqldef- version : v0.17.24
193+ version : latest
194194 schema-file : schema.sql
195195 sqlite-database : test.db
196196
@@ -219,6 +219,6 @@ jobs:
219219 uses : ./
220220 with :
221221 command : sqlite3def
222- sqldef- version : v0.17.24
222+ version : latest
223223 schema-file : schema.sql
224224 sqlite-database : test.db
Original file line number Diff line number Diff line change 1111
1212 services :
1313 postgres :
14- image : postgres:16
14+ image : postgres:17
1515 env :
1616 POSTGRES_USER : postgres
1717 POSTGRES_PASSWORD : postgres
3434 uses : gfx/sqldef-preview-action@main
3535 with :
3636 command : psqldef
37- sqldef- version : v0.17.24
37+ version : latest
3838 schema-file : schema.sql
3939 pg-user : postgres
4040 pg-password : postgres
7070 uses : gfx/sqldef-preview-action@main
7171 with :
7272 command : mysqldef
73- sqldef- version : v0.17.24
73+ version : latest
7474 schema-file : schema.sql
7575 mysql-user : root
7676 mysql-password : root
9292 uses : gfx/sqldef-preview-action@main
9393 with :
9494 command : sqlite3def
95- sqldef- version : v0.17.24
95+ version : latest
9696 schema-file : schema.sql
9797 sqlite-database : test.db
9898 github-token : ${{ secrets.GITHUB_TOKEN }}
@@ -134,7 +134,7 @@ jobs:
134134 uses : gfx/sqldef-preview-action@main
135135 with :
136136 command : mssqldef
137- sqldef- version : v0.17.24
137+ version : latest
138138 schema-file : schema.sql
139139 mssql-user : sa
140140 mssql-password : YourStrong@Passw0rd
You can’t perform that action at this time.
0 commit comments