Skip to content

Commit

Permalink
Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
staticf0x committed Apr 4, 2024
1 parent 848d1c9 commit 516db4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: ["3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v5
Expand All @@ -42,15 +42,15 @@ jobs:
run: poetry install

- name: Run pytest
run: poetry run pytest -v --cov=unique_matcher --cov-report term-missing tests/
run: poetry run pytest -v --cov=daylio_parser --cov-report term-missing tests/

checks:
runs-on: ubuntu-latest
strategy:
max-parallel: 4

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit 516db4a

Please sign in to comment.