Skip to content

Commit

Permalink
Changed SQLCMD location
Browse files Browse the repository at this point in the history
  • Loading branch information
csnhawkins committed Feb 8, 2025
1 parent c3ae6d2 commit 8c5ae29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/GitHub-Code-Validation-Checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Verify Databases Were Created
run: |
docker exec -i $(docker ps -q --filter ancestor=${{ env.DB_IMAGE }}) /opt/mssql-tools/bin/sqlcmd \
docker exec -i $(docker ps -q --filter ancestor=${{ env.DB_IMAGE }}) /opt/mssql-tools18/bin/sqlcmd \
-S localhost -U sa -P '${{ env.SA_PASSWORD }}' \
-Q "SELECT name FROM sys.databases" -I -C -v TrustServerCertificate=yes
Expand Down

0 comments on commit 8c5ae29

Please sign in to comment.