Skip to content

Commit

Permalink
feat(code-coverage): Print MSSQL container logs
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusSkytte committed Feb 9, 2024
1 parent 60c04ba commit 5a25c9a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/code-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ jobs:
uses: potatoqualitee/[email protected]
with:
install: sqlengine, sqlpackage, sqlclient
show-log: true

- name: Setup testing schemata in SQL server
if: ${{ inputs.schemas != 'none' }}
Expand Down Expand Up @@ -282,3 +283,9 @@ jobs:
with:
name: coverage-test-failures-mssql
path: ${{ runner.temp }}/package

- name: Collect docker logs
if: always()
uses: jwalton/gh-docker-logs@v1
with:
dest: '${{ runner.workspace }}/logs-docker'

0 comments on commit 5a25c9a

Please sign in to comment.