Skip to content

Commit

Permalink
Run tests on schedule (daily)
Browse files Browse the repository at this point in the history
To make sure that all dependencies still work
  • Loading branch information
johannaengland committed Aug 19, 2024
1 parent ea42b94 commit cafaf10
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Build NAV and run full test suite
on: [push, pull_request]
on:
push:
pull_request:
schedule: # Run daily at 08:00 CEST (06:00 UST)
- cron: '0 6 * * *'

jobs:
build-and-test:
Expand Down

0 comments on commit cafaf10

Please sign in to comment.