Skip to content

trigger

trigger #1

name: Flakeguard Nightly
on:
push:
schedule:
# Run every night at 3:00 AM UTC
- cron: '0 3 * * *'
workflow_dispatch:
jobs:
trigger-flaky-test-detection:
name: Find Flaky Tests
uses: ./.github/workflows/flakeguard.yml
with:
repoUrl: 'https://github.com/smartcontractkit/chainlink'
baseRef: 'origin/develop'
projectPath: '.'
maxPassRatio: '1.0'
runAllTests: 'true'

Check failure on line 19 in .github/workflows/flakeguard-nightly.yml

View workflow run for this annotation

GitHub Actions / Flakeguard Nightly

Invalid workflow file

The workflow is not valid. .github/workflows/flakeguard-nightly.yml (Line: 19, Col: 20): Unexpected value 'true'
extraArgs: '{ "skipped_tests": "TestChainComponents", "test_repeat_count": "5", "all_tests_runner": "ubuntu22.04-32cores-128GB", "all_tests_runner_count": "3", "run_with_race": "false" }'
secrets:
SLACK_BOT_TOKEN: ${{ secrets.QA_SLACK_API_KEY }}