Skip to content

Commit

Permalink
ci: Fix sqlcmd help flag
Browse files Browse the repository at this point in the history
  • Loading branch information
timabell committed Jan 30, 2024
1 parent 6342699 commit a8373c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
pushd .
cd mssql
#/opt/mssql-tools18/bin/sqlcmd -S localhost -U sa -P '<YourPassword>'
/opt/mssql-tools18/bin/sqlcmd -h
/opt/mssql-tools18/bin/sqlcmd -?
/opt/mssql-tools18/bin/sqlcmd -S localhost -W -U sa -P GithubIs2broken -d "ssetest" -i test-db.sql
/opt/mssql-tools18/bin/sqlcmd -S localhost -W -U sa -P GithubIs2broken -d "ssetest" -i test-db-ms_descriptions.sql
popd
Expand Down

0 comments on commit a8373c2

Please sign in to comment.