|
|
@ -60,11 +60,11 @@ jobs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
test:
|
|
|
|
test:
|
|
|
|
needs: build-rest
|
|
|
|
needs: [matrix, build-rest]
|
|
|
|
strategy:
|
|
|
|
strategy:
|
|
|
|
fail-fast: false
|
|
|
|
fail-fast: false
|
|
|
|
matrix:
|
|
|
|
matrix:
|
|
|
|
subimage: ${{ fromJson(needs.matrix.outputs.core) }}
|
|
|
|
subimage: ${{ fromJson(needs.matrix.outputs.all) }}
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
env:
|
|
|
|
env:
|
|
|
|
DOCKER_IMAGE_TAG: sha-${{ github.sha }} # needed to run the correct version through the wrapper
|
|
|
|
DOCKER_IMAGE_TAG: sha-${{ github.sha }} # needed to run the correct version through the wrapper
|
|
|
|