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