Skip to content

Long test for run only on weekend #213

Long test for run only on weekend

Long test for run only on weekend #213

name: Long test for run only on weekend
## Every Saturday at 01:10
on:
schedule:
- cron: '10 1 * * 6'
workflow_dispatch:
jobs:
test:
strategy:
fail-fast: false
matrix:
hadoop: [ "hdp3.1", "hdi5.1", "emr6.1", "emr6.13" ]
uses: ./.github/workflows/test-analysis.yml
secrets: inherit
with:
test_profile: runShortTests,runMediumTests,runLongTests
hadoop: ${{ matrix.hadoop }}