Skip to content

Commit 2e7d864

Browse files
author
DKravtsov
committed
Display info inside CI.
1 parent cd5fc65 commit 2e7d864

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.circleci/config.yml

+5
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ jobs:
2222
make drop-migrate
2323
make seed
2424
25+
- run:
26+
name: Show framework version and additional info, php & composer version
27+
command: |
28+
make info
29+
2530
- run:
2631
name: Run unit/functional tests
2732
command: |

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ info: ## Shows Php and Laravel version
238238
@make exec cmd="php artisan --version"
239239
@make exec cmd="php artisan env"
240240
@make exec cmd="php --version"
241+
@make exec cmd="composer --version"
241242

242243
logs: ## Shows logs from the laravel container. Use ctrl+c in order to exit
243244
ifeq ($(INSIDE_DOCKER_CONTAINER), 0)

0 commit comments

Comments
 (0)