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

This commit is contained in:
Thomas 2025-03-03 18:34:37 +01:00
parent 6cd3714f50
commit 37aa4e0e59

View File

@ -41,6 +41,9 @@ jobs:
run: |
make console ARGS="importmap:install"
make console ARGS="asset-map:compile"
- name: Generate Token
run: |
make console ARGS="lexik:jwt:generate-keypair"
- name: Run Tests
run: |
make test
@ -86,6 +89,9 @@ jobs:
run: |
make console ARGS="importmap:install"
make console ARGS="asset-map:compile"
- name: Generate Token
run: |
make console ARGS="lexik:jwt:generate-keypair"
- name: Run Tests
run: |
make test