From c67b9de9675e30010b6d4fc2a185e1c6c196c3e8 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Tue, 6 Dec 2022 23:14:01 +0100 Subject: [PATCH] ci: remove logs --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4ded30d..0285b42 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,7 @@ jobs: convert --version convert -list format convert -list configure - npm install --verbose --foreground-scripts sharp --no-package-lock + npm install - name: Test run: npm test - name: Report