Test containers debug.
This commit is contained in:
parent
21aba2fc71
commit
8cd9c439c4
|
@ -27,6 +27,7 @@ env:
|
||||||
NX_BASE_BRANCH: origin/${{ github.base_ref }}
|
NX_BASE_BRANCH: origin/${{ github.base_ref }}
|
||||||
ONLY_AFFECTED_TASKS: ${{ github.event_name == 'pull_request' }}
|
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') }}
|
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:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
|
@ -178,7 +179,6 @@ jobs:
|
||||||
|
|
||||||
- name: Pull testcontainers images
|
- name: Pull testcontainers images
|
||||||
run: |
|
run: |
|
||||||
docker system prune -f
|
|
||||||
if [ "${{ matrix.datasource }}" == "mssql" ]; then
|
if [ "${{ matrix.datasource }}" == "mssql" ]; then
|
||||||
docker pull mcr.microsoft.com/mssql/server@${{ steps.dotenv.outputs.MSSQL_SHA }}
|
docker pull mcr.microsoft.com/mssql/server@${{ steps.dotenv.outputs.MSSQL_SHA }}
|
||||||
elif [ "${{ matrix.datasource }}" == "mysql" ]; then
|
elif [ "${{ matrix.datasource }}" == "mysql" ]; then
|
||||||
|
|
Loading…
Reference in New Issue