2023-11-19 19:13:40 +00:00
|
|
|
name: Report - HoldMyBeerTest
|
|
|
|
|
|
|
|
|
|
|
|
on:
|
|
|
|
schedule:
|
2023-12-18 09:30:15 +00:00
|
|
|
- cron: '30 1 */2 * *'
|
2023-11-19 19:13:40 +00:00
|
|
|
workflow_dispatch:
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
run_tests:
|
|
|
|
name: Call runner
|
2023-12-18 09:30:15 +00:00
|
|
|
uses: ./.github/workflows/run-continuous-tests.yaml
|
2023-11-19 19:13:40 +00:00
|
|
|
with:
|
|
|
|
source: ${{ format('{0}/{1}', github.server_url, github.repository) }}
|
|
|
|
branch: master
|
2023-12-18 09:30:15 +00:00
|
|
|
nameprefix: c-tests-report-holdmybeertest-48h
|
2023-11-19 19:13:40 +00:00
|
|
|
tests_target_duration: 48h
|
|
|
|
tests_filter: HoldMyBeerTest
|
|
|
|
tests_cleanup: true
|
|
|
|
secrets: inherit
|