Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mgramin committed Oct 8, 2024
1 parent f99bf53 commit 6546d05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_mssqlserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Run databases ls 2
continue-on-error: true
run: |
docker inspect --format='{{json .State.Health.Status}}' input_db
docker inspect input_db
- name: Run databases
run: |
Expand Down
4 changes: 2 additions & 2 deletions mssqlserver/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
echo 'select 1;' | /opt/mssql-tools/bin/sqlcmd -S 127.0.0.1 -U sa -P Secret_password_1
interval: 3s
timeout: 3s
retries: 30
retries: 10


output_db:
Expand All @@ -33,7 +33,7 @@ services:
echo 'select 1;' | /opt/mssql-tools/bin/sqlcmd -S 127.0.0.1 -U sa -P Secret_password_1
interval: 3s
timeout: 3s
retries: 30
retries: 10


databases:
Expand Down

0 comments on commit 6546d05

Please sign in to comment.