Skip to content

Commit

Permalink
Install sqlcmd
Browse files Browse the repository at this point in the history
  • Loading branch information
kitloong committed Feb 9, 2025
1 parent 6a33552 commit ec7fd37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,13 @@ jobs:
- name: Install sqlcmd
uses: potatoqualitee/[email protected]
with:
install: sqlengine, sqlclient, sqlpackage, localdb, fulltext
install: sqlengine, sqlclient, sqlpackage
version: 2019

- name: SQL Server Create Database
run: |
# Create DB
sqlcmd -S 127.0.0.1 -U sa -P '!QAZ2wsx' -Q 'CREATE DATABASE migration' -b
sqlcmd -S 127.0.0.1 -U sa -P '!QAZ2wsx' -Q 'CREATE DATABASE migration' -C -b
- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit ec7fd37

Please sign in to comment.