Skip to content

Fix shell cmd argument #650

Fix shell cmd argument

Fix shell cmd argument #650

Workflow file for this run

name: 'build-test'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set Node.js 20.x
uses: actions/setup-node@v4.0.2
with:
node-version: 20.x
- run: |
npm install
- run: |
npm run all
test: # make sure the action works on a clean machine without building
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
version: [stable, '1.19']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: ./
with:
version: ${{ matrix.version }}
packages: |
'omc'
'omsimulator'
libraries: |
'Modelica 4.0.0'
'Modelica 3.2.3+maint.om'
omc-diff: true
- run: echo $OPENMODELICAHOME