Antithesis Nightly Run #200
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |