Test containers debug.

This commit is contained in:
mike12345567 2024-12-16 21:29:53 +00:00
parent 21aba2fc71
commit 8cd9c439c4
1 changed files with 1 additions and 1 deletions

View File

@ -27,6 +27,7 @@ env:
NX_BASE_BRANCH: origin/${{ github.base_ref }}
ONLY_AFFECTED_TASKS: ${{ github.event_name == 'pull_request' }}
IS_OSS_CONTRIBUTOR: ${{ inputs.run_as_oss == true || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != 'Budibase/budibase') }}
DEBUG: testcontainers*
jobs:
lint:
@ -178,7 +179,6 @@ jobs:
- name: Pull testcontainers images
run: |
docker system prune -f
if [ "${{ matrix.datasource }}" == "mssql" ]; then
docker pull mcr.microsoft.com/mssql/server@${{ steps.dotenv.outputs.MSSQL_SHA }}
elif [ "${{ matrix.datasource }}" == "mysql" ]; then