Skip to content

Commit

Permalink
Add cron for testing and coverage saving
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmi256 committed Jul 7, 2024
1 parent bcbee12 commit 65ad08d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
schedule:
- cron: "22 5 * * *"

permissions:
contents: read
Expand All @@ -32,3 +34,9 @@ jobs:
- name: Test with pytest
run: |
pytest src/gofile_uploader/tests/
- name: Save Coverage
uses: actions/upload-artifact@v4
with:
name: coverage
path: htmlcov/

0 comments on commit 65ad08d

Please sign in to comment.