Skip to content

Commit 1709ce0

Browse files
authored
Merge pull request #31 from michalsn/sqlsrv
fix: sqlsrv database creation
2 parents ed53cc8 + 13fabf6 commit 1709ce0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129

130130
- name: Create database for MSSQL Server
131131
if: matrix.db-platforms == 'SQLSRV'
132-
run: /opt/mssql-tools18/bin/sqlcmd -S 127.0.0.1 -U sa -P 1Secure*Password1 -Q "CREATE DATABASE test"
132+
run: sqlcmd -S 127.0.0.1 -U sa -P 1Secure*Password1 -Q "CREATE DATABASE test"
133133

134134
- name: Checkout
135135
uses: actions/checkout@v4

0 commit comments

Comments
 (0)