diff --git a/.github/workflows/analyze_k8s.yml b/.github/workflows/analyze_k8s.yml index a1daca7d..97b88d84 100644 --- a/.github/workflows/analyze_k8s.yml +++ b/.github/workflows/analyze_k8s.yml @@ -33,7 +33,7 @@ jobs: - name: Run build-wrapper run: | - ls -al && ls -al .. && ls -al ../.. && ls -al ../../.. && + ls -al && ls -al .. && ls -al ../.. && ls -al ../../.. && ls -al ../../../.. && build-wrapper-linux-x86-64 --out-dir $BUILD_WRAPPER_OUT_DIR \ make -j $(nproc) coverage DEBUG=1