mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-23 08:45:04 +01:00
Fix e2e
This commit is contained in:
parent
90ae26b5d8
commit
530353ee65
@ -1,16 +1,16 @@
|
||||
version: '2.4'
|
||||
|
||||
services:
|
||||
services:
|
||||
deployer:
|
||||
build:
|
||||
context: ""
|
||||
target: deployer
|
||||
depends_on:
|
||||
depends_on:
|
||||
server:
|
||||
condition: service_healthy
|
||||
volumes:
|
||||
volumes:
|
||||
- ./../../:/project
|
||||
command: "php vendor/bin/pest --config test/e2e/phpunit-e2e.xml.dist"
|
||||
command: "php vendor/bin/pest --config test/e2e/phpunit-e2e.xml"
|
||||
networks:
|
||||
- e2e
|
||||
# environment:
|
||||
@ -28,7 +28,7 @@ services:
|
||||
# PHP_IDE_CONFIG: serverName=deployer-e2e
|
||||
|
||||
server:
|
||||
build:
|
||||
build:
|
||||
context: ""
|
||||
target: server
|
||||
healthcheck:
|
||||
|
Loading…
x
Reference in New Issue
Block a user