Skip to content

Integration Tests Windows Production #74

Integration Tests Windows Production

Integration Tests Windows Production #74

name: Integration Tests Windows Production
on:
schedule:
- cron: "15 0 * * *"
workflow_dispatch:
jobs:
integration-tests:
uses: Genez-io/genezio-tests/.github/workflows/integration-tests.yml@main
with:
genezio_branch: "master"
os: windows-latest
genezio_tests_branch: "main"
secrets:
genezio_token: ${{ secrets.GENEZIO_TOKEN_PROD }}
slack_token: ${{ secrets.SLACK_NOTIFICATIONS_BOT_TOKEN }}