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

This commit is contained in:
Gerber, Mike 2023-02-08 19:01:29 +01:00
parent 0cfad9be7e
commit 7256500468

View file

@ -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