Skip to content

Commit

Permalink
Fixed coverage and static checks jobs (#1837)
Browse files Browse the repository at this point in the history
Added exception for folder /home/runner/work/aktualizr/aktualizr

Signed-off-by: Yevtushenko, Vitalii <[email protected]>
  • Loading branch information
Vitalii Yevtushenko authored and pattivacek committed Dec 12, 2023
1 parent d35e774 commit 7dff8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ TEST_TESTSUITE_EXCLUDE=${TEST_TESTSUITE_EXCLUDE:-}
TEST_PKCS11_MODULE_PATH=${TEST_PKCS11_MODULE_PATH:-/usr/lib/softhsm/libsofthsm2.so}
# note: on Ubuntu bionic, use /usr/lib/engines/engine_pkcs11.so on xenial
TEST_PKCS11_ENGINE_PATH=${TEST_PKCS11_ENGINE_PATH:-/usr/lib/x86_64-linux-gnu/engines-1.1/libpkcs11.so}

git config --global --add safe.directory /home/runner/work/aktualizr/aktualizr
# Build CMake arguments
CMAKE_ARGS=()
CMAKE_ARGS+=("-G$TEST_CMAKE_GENERATOR")
Expand Down

0 comments on commit 7dff8e1

Please sign in to comment.