Skip to content

Commit

Permalink
forgot to source commands for unittests in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hamsteri15 committed Dec 18, 2023
1 parent efc080b commit 9990524
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/buildAndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
options: --user root
steps:
- name: Checkout gpuFoam
uses: actions/checkout@v3
- name: Build gpuFoam
uses: actions/checkout@v3
- name: Build gpuFoam
run: source /home/foam/OpenFOAM-dev/etc/bashrc && ./Allwmake
shell: bash
- name: Run unittests
run: testGpuChemistry
run: source /home/foam/OpenFOAM-dev/etc/bashrc && testGpuChemistry

0 comments on commit 9990524

Please sign in to comment.