Skip to content

Commit

Permalink
remove container after done testing
Browse files Browse the repository at this point in the history
  • Loading branch information
pieroit committed Nov 1, 2024
1 parent 0534ab4 commit ca0367c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Test
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 comments on commit ca0367c

Please sign in to comment.