Skip to content

Commit b8cca04

Browse files
committed
fix sql cmd
1 parent c33dc80 commit b8cca04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnetpull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
source ~/.bashrc
4141
- name: Create database
4242
run: |
43-
sqlcmd -S localhost -U sa -P 'YourStrong@Passw0rd' -Q "CREATE DATABASE [Whatever];"
43+
/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P 'YourStrong@Passw0rd' -Q "CREATE DATABASE [Whatever];"
4444
- name: Restore dependencies
4545
run: |
4646
dotnet restore Migrator.slnx

0 commit comments

Comments
 (0)