mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
test dump env
This commit is contained in:
parent
6e6f4679f4
commit
b421bf3931
3
.github/workflows/cypress.yml
vendored
3
.github/workflows/cypress.yml
vendored
@ -96,6 +96,9 @@ jobs:
|
||||
- name: Install Composer dependencies
|
||||
run: composer install --no-progress --prefer-dist --optimize-autoloader
|
||||
|
||||
- name: Dump Env
|
||||
run: php -r "var_dump(getenv());"
|
||||
|
||||
- name: Run PHP server
|
||||
run: nohup php -S localhost:8080 > php.log 2>&1 &
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user