Skip to content

Commit b0d18da

Browse files
committed
Regularly run tests
This makes spotting OS regressions/behaviour changes much more timely, and avoids breaking random PRs.
1 parent 10a9021 commit b0d18da

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: unit-tests
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
pull_request:
5+
schedule:
6+
- cron: 30 9 * * *
37
jobs:
48
OS:
59
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)