Skip to content

Commit f74d1a2

Browse files
author
Kevin Buchholz
committedDec 13, 2021
add yarn version to test startup output
1 parent 5b19bc3 commit f74d1a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎docker-compose.test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ services:
66
environment:
77
- STARTUP_COMMAND1=php --version
88
- STARTUP_COMMAND2=composer --version
9-
- STARTUP_COMMAND3=chmod +x /root/test/test-command.sh
9+
- STARTUP_COMMAND3=yarn -v
10+
- STARTUP_COMMAND4=chmod +x /root/test/test-command.sh
1011
volumes:
1112
- ./test:/root/test

0 commit comments

Comments
 (0)
Please sign in to comment.