Skip to content

Commit

Permalink
workflow updated
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonfreitas committed Jan 25, 2024
1 parent 9b67480 commit 3c7de5b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ master ]

jobs:
test:
pytest:

runs-on: ubuntu-latest

Expand All @@ -29,6 +29,4 @@ jobs:
poetry install
- name: Run tests
run: |
poetry run pytest test_calendar.py
poetry run pytest test_bizdays.py
poetry run pytest test_bizdays_pandas.py
poetry run pytest

0 comments on commit 3c7de5b

Please sign in to comment.