Skip to content

Long test for run only on weekend #166

Long test for run only on weekend

Long test for run only on weekend #166

name: Long test for run only on weekend
## Every Saturday at 01:10
on:
schedule:
- cron: '10 1 * * 6'
jobs:
test:
uses: ./.github/workflows/test-analysis.yml
secrets: inherit
with:
test_profile: runLongTests,runMediumTests,runShortTests
report_context: development

Check failure on line 15 in .github/workflows/long-test-analysis.yml

View workflow run for this annotation

GitHub Actions / Long test for run only on weekend

Invalid workflow file

The workflow is not valid. .github/workflows/long-test-analysis.yml (Line: 15, Col: 23): Invalid input, report_context is not defined in the referenced workflow.