Skip to content

Nightly Tests

Nightly Tests #232

Workflow file for this run

name: "Nightly Tests"
on:
# push:
# branches: [ develop ]
workflow_dispatch: # Manual trigger
schedule:
- cron: '0 2 * * *' # Runs nightly at 2 AM UTC on main branch
permissions:
contents: read
pull-requests: write
checks: write
id-token: write
jobs:
run-test:
uses: ./.github/workflows/_tests-template.yml
with:
FullyQualifiedName: "Finance.Net.Tests.IntegrationTests.XetraTests"
secrets: inherit