mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-03-06 04:44:19 +01:00
Pre upgrade
This commit is contained in:
6
Justfile
6
Justfile
@@ -45,3 +45,9 @@ reload-tests:
|
||||
@docker compose exec php bin/console --env=test doctrine:database:create
|
||||
@docker compose exec php bin/console --env=test doctrine:migrations:migrate -n
|
||||
@docker compose exec php bin/console --env=test doctrine:fixtures:load -n --group=test
|
||||
|
||||
trust-cert:
|
||||
sudo security add-trusted-cer -d \
|
||||
-r trustRoot \
|
||||
-k "$HOME/Library/Keychains/login.keychain" \
|
||||
./frankenphp/data/caddy/pki/authorities/local/root.crt
|
||||
|
||||
Reference in New Issue
Block a user