Skip to content

Commit c056354

Browse files
committed
test
1 parent ccda5d1 commit c056354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
8181
- name: Run pytest tests
8282
run: |
83-
poetry run pytest
83+
docker run --rm ${{ env.PR_TAG }} pytest || (docker rmi ${{ env.PR_TAG }} && exit 1)
8484
8585
# Stop and remove the container
8686
- name: Stop and remove container

0 commit comments

Comments
 (0)