Skip to content

Commit

Permalink
feat(code-coverage): Print MSSQL container logs - part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusSkytte committed Feb 9, 2024
1 parent 55459f5 commit 0bca0f6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/code-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -292,3 +292,11 @@ jobs:
uses: jwalton/gh-docker-logs@v1
with:
dest: '${{ runner.workspace }}/logs-docker'

- name: Check docker logs for SQL Server ERRORs
if: always()
run: |
## --------------------------------------------------------------------
log=$(find ${{ runner.workspace }}/logs-docker/ -name 'sql.log')
echo "$log"

0 comments on commit 0bca0f6

Please sign in to comment.