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