mirror of
https://github.com/nix-community/home-manager
synced 2024-11-30 06:59:45 +01:00
ci: do a nightly test run
This commit is contained in:
parent
43ef16c3e1
commit
21fbc5e5ad
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -1,6 +1,8 @@
|
||||||
name: Test
|
name: Test
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
schedule:
|
||||||
|
- cron: "30 2 * * *"
|
||||||
jobs:
|
jobs:
|
||||||
tests:
|
tests:
|
||||||
strategy:
|
strategy:
|
||||||
|
|
Loading…
Reference in a new issue