From f3088687b2d0ca441fce7400384c767d3eb728f3 Mon Sep 17 00:00:00 2001 From: Jan Rosier Date: Sun, 5 Oct 2025 17:57:36 +0200 Subject: [PATCH] [CI] Remove the redundant step "Build and compile assets" --- .github/workflows/tests.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 90562a5be..6a3c7a756 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -46,11 +46,5 @@ jobs: - name: "Install dependencies" run: composer install --ansi --no-interaction --no-progress - - name: "Build and compile assets" - run: | - php bin/console importmap:install - php bin/console sass:build - php bin/console asset-map:compile - - name: "Run tests" run: vendor/bin/phpunit