We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13ce31f commit 2536d66Copy full SHA for 2536d66
2 files changed
.github/workflows/FMITest.yml
@@ -6,14 +6,14 @@ on:
6
- cron: "0 9 * * *"
7
8
jobs:
9
- FMITest:
+ test:
10
runs-on: ${{ matrix.os }}
11
timeout-minutes: 30
12
strategy:
13
matrix:
14
python-version: ['3.12']
15
os: ['ubuntu-latest', 'windows-latest']
16
- omc-version: ['nightly']
+ omc-version: ['stable', 'nightly']
17
18
steps:
19
- uses: actions/checkout@v5
.github/workflows/Test.yml
@@ -7,14 +7,14 @@ on:
workflow_dispatch:
- Test:
python-version: ['3.10', '3.12']
- omc-version: ['stable', 'nightly']
+ omc-version: ['nightly']
20
0 commit comments