We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e3c6606 + adc23f2 commit ab2b613Copy full SHA for ab2b613
.github/workflows/docker-actions.yml
@@ -52,4 +52,4 @@ jobs:
52
- name: Run tests
53
run: |
54
echo Running tests
55
- docker run --name tester --rm ${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.tags }} /opt/conda/bin/python /src/tests/end_to_end/test_runner.py
+ docker run --name tester --rm ${{ steps.meta.outputs.tags }} /opt/conda/bin/python /src/tests/end_to_end/test_runner.py
0 commit comments