✔ Run test scripts during the build (WIP)

master
Gerber, Mike 9 months ago
parent 5196516880
commit e9cce3e689

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

Loading…
Cancel
Save