Skip to content

Commit

Permalink
chore: gh workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jirikuchta committed May 26, 2024
1 parent 8e4fa43 commit bffc37c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'skip-ci')"
steps:
- name: Checkout
uses: actions/checkout@v4.1.6
- name: Run pytest
- uses: actions/checkout@v2
run: docker-compose -f docker-compose.tests.yaml up --exit-code-from tests

0 comments on commit bffc37c

Please sign in to comment.