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 5f19664 commit c974e28
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/test_mssqlserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,8 @@ jobs:
docker compose pull
docker compose build
- name: Run databases test
continue-on-error: true
run: |
docker compose run databases
- name: Run databases logs
continue-on-error: true
run: |
docker compose logs
- name: Run databases
continue-on-error: true
run: |
docker compose run databases
Expand Down

0 comments on commit c974e28

Please sign in to comment.