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