Skip to content

Commit

Permalink
increase visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
FG-TUM committed Jan 16, 2024
1 parent 0efdd4b commit aa36526
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ls1_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
-DENABLE_UNIT_TESTS=ON \
..
cmake --build . --parallel 2 || cat _deps/autopasfetch-build/libs/harmony/src/harmony_bundled-stamp/harmony_bundled-build-*.log && exit 42
cmake --build . --parallel 2 || echo "--------------------------" && pwd && echo "--------------------------" && cat _deps/autopasfetch-build/libs/harmony/src/harmony_bundled-stamp/harmony_bundled-build-*.log && echo "--------------------------" && exit 42
cd ..
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
-DENABLE_MPI=$mpi_enabled \
..
cmake --build . --parallel 2 || cat _deps/autopasfetch-build/libs/harmony/src/harmony_bundled-stamp/harmony_bundled-build-*.log && exit 1337
cmake --build . --parallel 2 || echo "--------------------------" && pwd && echo "--------------------------" && cat _deps/autopasfetch-build/libs/harmony/src/harmony_bundled-stamp/harmony_bundled-build-*.log && echo "--------------------------" && exit 1337
#as example list of new version is used, also the example files of new version should be used
#therefore, go back to new version
Expand Down

0 comments on commit aa36526

Please sign in to comment.