diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 19c5c05a..bb4d12e0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -46,6 +46,8 @@ jobs: docker image ls - name: Run tests + env: + IMAGE_TAG: ${{ github.sha }} run: | docker image ls make test-python \ No newline at end of file