Skip to content

Commit

Permalink
Run tests and upload code coverage on a daily basis
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkudrna committed Aug 11, 2023
1 parent b171106 commit 199cd21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test
on:
pull_request:
schedule:
- cron: '0 10 * * MON' # every Monday at 10:00 UTC (8:00 CEST, 7:00 CET)
- cron: '0 6 * * *' # daily at 6:00 UTC (7:00 CET, 8:00 CEST)

jobs:
test:
Expand Down

0 comments on commit 199cd21

Please sign in to comment.