From 30c03c5942dd9827530ae4fa0200de564edf4a00 Mon Sep 17 00:00:00 2001 From: Edwin Joassart Date: Tue, 15 Apr 2025 11:56:33 +0200 Subject: [PATCH] patch: verbose --- .github/actions/test/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/test/action.yml b/.github/actions/test/action.yml index a278a787..ef8becdb 100644 --- a/.github/actions/test/action.yml +++ b/.github/actions/test/action.yml @@ -54,7 +54,7 @@ runs: # export DEBUG='electron-forge:*,sidecar' # fi - npm ci + npm ci --verbose # as the shrinkwrap might have been done on mac/linux, this is ensure the package is there for windows if [[ "$RUNNER_OS" == "Windows" ]]; then