From c8bc2b5eebba1e0c4e5d8166faa7a63a09d112c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Diot?= Date: Wed, 21 Feb 2024 11:05:52 +0100 Subject: [PATCH] Add command to truncate error log file --- .github/workflows/tests-ui-linux.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests-ui-linux.yml b/.github/workflows/tests-ui-linux.yml index 24b977cfb..152fdcfc0 100644 --- a/.github/workflows/tests-ui-linux.yml +++ b/.github/workflows/tests-ui-linux.yml @@ -116,6 +116,7 @@ jobs: }' | tee plugin.json zip discord.zip plugin.json rm plugin.json + sudo truncate -s 0 /var/log/bunkerweb/error.log ./tests.sh "linux" ${{ inputs.TEST }} env: MODE: ${{ inputs.RELEASE }}