Fixes
Some checks failed
Gitea Actions Demo / Run-Tests-On-Arm64 (push) Failing after 27s
Gitea Actions Demo / Run-Tests-On-Amd64 (push) Failing after 1m10s

This commit is contained in:
Thomas 2025-02-27 09:09:18 +01:00
parent 9233c4120a
commit 8c88561450
2 changed files with 7 additions and 1 deletions

View File

@ -55,7 +55,7 @@ services:
depends_on:
- php-fpm
chrome:
image: selenium/standalone-chrome:latest
image: selenium/standalone-chromium:latest
ports:
- "7900:7900"
- "4444:4444"

View File

@ -26,6 +26,9 @@ jobs:
- name: Load Data
run: |
docker exec -i psc_local-mongodb-1 /usr/bin/mongorestore --archive < ./dev_db/mongodb.dump
- name: Run Composer Install
run: |
make composer ARGS="install"
- name: Run Tests
run: |
make test
@ -56,6 +59,9 @@ jobs:
- name: Load Data
run: |
docker exec -i psc_local-mongodb-1 /usr/bin/mongorestore --archive < ./dev_db/mongodb.dump
- name: Run Composer Install
run: |
make composer ARGS="install"
- name: Run Tests
run: |
make test