From 6cd3714f50864ead0e2f0c4bfa0cb0b89064c451 Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 3 Mar 2025 18:28:51 +0100 Subject: [PATCH] Fixes --- .gitea/workflows/run_tests.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitea/workflows/run_tests.yaml b/.gitea/workflows/run_tests.yaml index 64b1eb391..7cacf7161 100644 --- a/.gitea/workflows/run_tests.yaml +++ b/.gitea/workflows/run_tests.yaml @@ -37,6 +37,10 @@ jobs: run: | chmod -R 0777 src/new make composer ARGS="install" + - name: Run Assets Install and Build + run: | + make console ARGS="importmap:install" + make console ARGS="asset-map:compile" - name: Run Tests run: | make test @@ -78,6 +82,10 @@ jobs: run: | chmod -R 0777 src/new make composer ARGS="install" + - name: Run Assets Install and Build + run: | + make console ARGS="importmap:install" + make console ARGS="asset-map:compile" - name: Run Tests run: | make test