Skip to content

use run-tests file from my branch #2

use run-tests file from my branch

use run-tests file from my branch #2

name: All Tests Including Flaky
on:
push:
branches:
- "cdf/flake-ci-tool"
schedule:
# Run once a day at midnight
- cron: '0 0 * * *'
workflow_dispatch:
env:
COMMIT: ${{ github.sha }}
DOCKER_COMPOSE_FILE: ./develop/github/docker-compose.yml
TEMPORAL_VERSION_CHECK_DISABLED: 1
BUILDKITE_ANALYTICS_TOKEN: ${{ secrets.BUILDKITE_ANALYTICS_TOKEN }}
jobs:
call-run-tests-workflow-with-flaky:
uses: temporalio/temporal/.github/workflows/run-tests.yml@cdf/flake-ci-tool
with:
include_flaky_tests: true
secrets: inherit