We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0534ab4 commit ca0367cCopy full SHA for ca0367c
.github/workflows/pr.yml
@@ -23,4 +23,4 @@ jobs:
23
steps:
24
- uses: actions/checkout@v2
25
- name: Test
26
- run: docker compose run cheshire-cat-core python -m pytest --color=yes .
+ run: docker compose run --rm cheshire-cat-core python -m pytest --color=yes .
0 commit comments