Fixes
Some checks failed
Gitea Actions / Run-Tests-On-Arm64 (push) Failing after 53s
Gitea Actions / Run-Tests-On-Amd64 (push) Failing after 3m5s

This commit is contained in:
Thomas 2025-03-03 18:28:51 +01:00
parent 11963b3449
commit 6cd3714f50

View File

@ -37,6 +37,10 @@ jobs:
run: | run: |
chmod -R 0777 src/new chmod -R 0777 src/new
make composer ARGS="install" 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 - name: Run Tests
run: | run: |
make test make test
@ -78,6 +82,10 @@ jobs:
run: | run: |
chmod -R 0777 src/new chmod -R 0777 src/new
make composer ARGS="install" 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 - name: Run Tests
run: | run: |
make test make test