Skip to content

Commit ca0367c

Browse files
committed
remove container after done testing
1 parent 0534ab4 commit ca0367c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v2
2525
- name: Test
26-
run: docker compose run cheshire-cat-core python -m pytest --color=yes .
26+
run: docker compose run --rm cheshire-cat-core python -m pytest --color=yes .

0 commit comments

Comments
 (0)