Skip to content

.github/workflows/platform-test.yaml #16

.github/workflows/platform-test.yaml

.github/workflows/platform-test.yaml #16

name: Scheduled platform test
on:
schedule:
- cron: '00 01 */2 * *' # run this test at 16:40 UTC every day
jobs:
k8s-test:
uses: ./.github/workflows/test.yaml
secrets: inherit
with:
test-suite: k8s
test-flags: ""
python-version: "3.10"
deprovision-when-finished: true