Skip to content

Commit 91166d4

Browse files
author
Moaad
committed
FIX: github action for unit test with gtest
1 parent f2f8195 commit 91166d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/unit_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
uses: actions/checkout@v2
1414

1515
- name: Running docker container with openfoam
16-
run : docker run -v "$PWD/:/root" opencfd/openfoam2106-dev /root/unitTests/gtest/script.sh
16+
run : docker run -v "$PWD/:/root" opencfd/openfoam2106-dev /root/gtest/script.sh

gtest/script.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cmake .. && \
1313
make && \
1414
sudo make install &&
1515
export GTEST_DIR='/usr/local/lib' && \
16-
cd ../../unitTests/gtest && \
16+
cd ../../gtest && \
1717
python3 writeSparseMatrix.py && \
1818
wmake && \
1919
./test_all.exe ;

0 commit comments

Comments
 (0)