Skip to content

Commit

Permalink
:octocat: run MSSQL? on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Aug 25, 2024
1 parent 2ba2e2a commit fce99a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@ jobs:
install: sqlengine, sqlclient, sqlpackage
sa-password: "DBtestytest42"

- name: "Create MySQL test database"
run: sqlcmd -S 127.0.0.1 -U sa -P DBtestytest42 -Q "CREATE DATABASE dbtest;"

- name: "Install PHP with extensions"
uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit fce99a3

Please sign in to comment.