2
0
mirror of synced 2025-02-04 12:44:13 +00:00
cs-codex-dist-tests/.github/workflows/report-PeersTest.yaml
2023-12-18 11:30:15 +02:00

21 lines
454 B
YAML

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