1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 01:22:25 +02:00

unit test fix

This commit is contained in:
2022-10-18 23:03:16 +02:00
parent e5e6d2200d
commit 3fc39198d0
5 changed files with 5 additions and 5 deletions

View File

@ -36,7 +36,7 @@ on:
schedule:
# run a schedule everyday at 1 AM.
# this is to check that all dependencies are still available (see R/zzz.R)
cron: '0 1 * * *'
- cron: '0 1 * * *'
name: check-devel

View File

@ -34,7 +34,7 @@ on:
schedule:
# run a schedule everyday at 1 AM.
# this is to check that all dependencies are still available (see R/zzz.R)
cron: '0 1 * * *'
- cron: '0 1 * * *'
name: check-release