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 9be9aa7 commit d8d1182
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_mssqlserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Run databases ls
continue-on-error: true
run: |
docker compose ls
docker ps -a
- name: Run databases logs
continue-on-error: true
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Run databases ls 2
continue-on-error: true
run: |
docker compose ls
docker ps -a
- name: Run databases
run: |
Expand Down

0 comments on commit d8d1182

Please sign in to comment.