Skip to content

Commit fce99a3

Browse files
committed
:octocat: run MSSQL? on CI
1 parent 2ba2e2a commit fce99a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,9 @@ jobs:
149149
install: sqlengine, sqlclient, sqlpackage
150150
sa-password: "DBtestytest42"
151151

152+
- name: "Create MySQL test database"
153+
run: sqlcmd -S 127.0.0.1 -U sa -P DBtestytest42 -Q "CREATE DATABASE dbtest;"
154+
152155
- name: "Install PHP with extensions"
153156
uses: shivammathur/setup-php@v2
154157
with:

0 commit comments

Comments
 (0)