Long tests execution (weekends) #20
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Long tests execution (weekends)" | |
## Every Saturday at 01:10 | |
on: | |
schedule: | |
- cron: '10 1 * * 6' | |
jobs: | |
test: | |
uses: ./.github/workflows/test.yml | |
with: | |
test_profile: runShortTests,runMediumTests,runLongTests | |
secrets: inherit |