Skip to content

Commit

Permalink
update docker compose command in action
Browse files Browse the repository at this point in the history
  • Loading branch information
pieroit committed Aug 7, 2024
1 parent 079df52 commit e81cb2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Cat up
run: docker-compose up -d
run: docker compose up -d
- name: Test
run: docker exec cheshire_cat_core python -m pytest --color=yes .
- name: Cat down
run: docker-compose down
run: docker compose down

0 comments on commit e81cb2e

Please sign in to comment.