🚧 github: Set DOCKER_IMAGE_TAG to let wrapper run the correct tests

test/github-actions
Gerber, Mike 1 year ago
parent 0cfad9be7e
commit 7256500468

@ -33,6 +33,8 @@ jobs:
test:
needs: build-rest
runs-on: ubuntu-latest
env:
DOCKER_IMAGE_TAG: ${{ github.sha }} # needed to run the correct version through the wrapper
steps:
-
name: Checkout

Loading…
Cancel
Save