From 2a7490616937826d09353d9ea68b89cd5c412828 Mon Sep 17 00:00:00 2001 From: arun3688 Date: Fri, 10 Nov 2023 13:27:59 +0100 Subject: [PATCH] add nightly builds and schedule FMIRegression test every day --- .github/workflows/FMITest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/FMITest.yml b/.github/workflows/FMITest.yml index cbb428f..51f408f 100644 --- a/.github/workflows/FMITest.yml +++ b/.github/workflows/FMITest.yml @@ -3,7 +3,7 @@ name: FMITest on: workflow_dispatch: schedule: - - cron: "0 0 * * FRI" + - cron: "0 9 * * *" jobs: test: @@ -13,7 +13,7 @@ jobs: matrix: python-version: ['3.10'] os: ['ubuntu-latest', 'windows-latest'] - omc-version: ['stable'] + omc-version: ['stable', 'nightly'] steps: - uses: actions/checkout@v4