Skip to content

Commit ced5ac1

Browse files
authored
Fixing typo in Jenkinsfile (#233)
- Fixing broken FMI tests
1 parent 7407d27 commit ced5ac1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.CI/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ def runRegressiontest(branch, name, extraFlags, omsHash, dbPrefix, sshConfig, om
700700
${env.HOME}/saved_omc/OMSimulator/install/bin/OMSimulator --version
701701
"""
702702
FMI_TESTING_FLAG="--fmi=true --fmisimulator=${env.HOME}/saved_omc/OMSimulator/install/bin/OMSimulator --default=ulimitExe=50"
703-
if (name.containts('cvode')) {
703+
if (name.contains('cvode')) {
704704
FMI_TESTING_FLAG += "--fmuType='cs'"
705705
}
706706
}

.github/workflows/test_julia.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
branches:
77
- master
8-
tags: '*'
8+
tags: ['*']
99

1010
jobs:
1111
unittest-testbasemodelica:

0 commit comments

Comments
 (0)