Skip to content

Antithesis Nightly Run #200

Antithesis Nightly Run

Antithesis Nightly Run #200

name: Antithesis Nightly Run
on:
schedule:
- cron: '30 4 * * *'
jobs:
async-scylla:
permissions:
id-token: write # This is required for requesting the JWT
contents: write # This is required for actions/checkout (read) and publishing tags (write)
uses: responsivedev/responsive-pub/.github/workflows/github-e2e.yaml@main
with:
test-duration: "6.0"
backend: "scylla"
test-type: "async"
secrets: inherit
regression-mongo:
permissions:
id-token: write # This is required for requesting the JWT
contents: write # This is required for actions/checkout (read) and publishing tags (write)
uses: responsivedev/responsive-pub/.github/workflows/github-e2e.yaml@main
with:
test-duration: "6.0"
backend: "mongo"
test-type: "regression"
secrets: inherit