From c2792b13a293ec0c2f1d1a86c8e258f594e37047 Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Sun, 4 May 2025 12:15:46 +0200 Subject: [PATCH] check compression speed --- .github/workflows/test_admin_interface.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test_admin_interface.yml b/.github/workflows/test_admin_interface.yml index 32c586e5d..f5781de50 100644 --- a/.github/workflows/test_admin_interface.yml +++ b/.github/workflows/test_admin_interface.yml @@ -66,6 +66,7 @@ jobs: with: name: out path: out + compression-level: 2 - name: Admin Interface | Unit tests id: test @@ -104,9 +105,7 @@ jobs: run: if [ "${{ needs.unit_test.outputs.test-success }}" != "true" ]; then exit 1; fi locales: - if: needs.files-changed.outputs.admin == 'true' name: Locales - Admin Interface - needs: files-changed runs-on: ubuntu-latest steps: - name: Checkout code