Skip to content

Commit ab2b613

Browse files
authored
Merge pull request #51 from datakind/uitest
Fix workflow action
2 parents e3c6606 + adc23f2 commit ab2b613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ jobs:
5252
- name: Run tests
5353
run: |
5454
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
55+
docker run --name tester --rm ${{ steps.meta.outputs.tags }} /opt/conda/bin/python /src/tests/end_to_end/test_runner.py

0 commit comments

Comments
 (0)