Skip to content

Commit d5939d5

Browse files
authored
Merge branch 'OpenModelica:master' into master
2 parents 690f042 + 198ab3d commit d5939d5

17 files changed

Lines changed: 2689 additions & 1375 deletions

.github/workflows/Test.yml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
test:
1313
runs-on: ${{ matrix.os }}
14-
timeout-minutes: 30
14+
timeout-minutes: 45
1515
strategy:
1616
matrix:
1717
# test for:
@@ -48,7 +48,7 @@ jobs:
4848
run: 'pre-commit run --all-files'
4949

5050
- name: "Set up OpenModelica Compiler"
51-
uses: OpenModelica/setup-openmodelica@v1.0.6
51+
uses: OpenModelica/setup-openmodelica@v1.0.7
5252
with:
5353
version: ${{ matrix.omc-version }}
5454
packages: |
@@ -73,10 +73,20 @@ jobs:
7373
verbose: true
7474
emoji: true
7575
job-summary: true
76-
custom-arguments: '-v'
76+
custom-arguments: '-v ./tests'
7777
click-to-expand: true
7878
report-title: 'Test Report'
7979

80+
- name: Run pytest based on v4.0.0 compatibility layer
81+
uses: pavelzw/pytest-action@v2
82+
with:
83+
verbose: true
84+
emoji: true
85+
job-summary: true
86+
custom-arguments: '-v ./tests_v400'
87+
click-to-expand: true
88+
report-title: 'Test Report (v4.0.0 compatibility layer)'
89+
8090
Publish:
8191
name: Publish to PyPI
8292
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)