Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
csnhawkins committed Feb 8, 2025
1 parent 81eb476 commit d7e1e9f
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 @@ -67,7 +67,7 @@ jobs:
- name: Test connection from runner to SQL Server
run: |
curl "jdbc:sqlserver://localhost:1433;user=sa;password=${{ env.SA_PASSWORD }};encrypt=true;trustServerCertificate=true"
curl "jdbc:sqlserver://localhost:1433;user=sa;password=Redg@te1;encrypt=true;trustServerCertificate=true"
Validate-Flyway-Pipeline:
name: Run Flyway Pipeline
Expand Down

0 comments on commit d7e1e9f

Please sign in to comment.