We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0df3f46 commit adc23f2Copy full SHA for adc23f2
.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