Skip to content

Commit

Permalink
Added environment variables for cantera data
Browse files Browse the repository at this point in the history
  • Loading branch information
ssun30 authored and ischoegl committed Jul 29, 2023
1 parent fb550f6 commit 1ecff82
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Expand Up @@ -25,6 +25,7 @@ jobs:
runs-on: ubuntu-latest
env:
LD_PRELOAD: /usr/lib/x86_64-linux-gnu/libstdc++.so.6
CANTERA_DATA: /home/runner/work/cantera/cantera/data
steps:
- uses: actions/checkout@v3
name: Checkout the repository
Expand Down Expand Up @@ -56,10 +57,15 @@ jobs:
cc_flags=-D_GLIBCXX_ASSERTIONS
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v1
- name: Run script
- name: Run test script
uses: matlab-actions/run-command@v1
with:
command: cd ~/work/cantera/cantera; addpath([pwd, '/test/matlab_experimental']); ctRunTests;
- name: Run tests directly
uses: matlab-actions/run-tests@v1
with:
select-by-folder: /home/runner/work/cantera/cantera/test/matlab_experimental


ubuntu-multiple-pythons:
name: ${{ matrix.os }} with Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 1ecff82

Please sign in to comment.