Skip to content

Commit

Permalink
Display info inside CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
DKravtsov committed Sep 25, 2023
1 parent cd5fc65 commit 2e7d864
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
make drop-migrate
make seed
- run:
name: Show framework version and additional info, php & composer version
command: |
make info
- run:
name: Run unit/functional tests
command: |
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ info: ## Shows Php and Laravel version
@make exec cmd="php artisan --version"
@make exec cmd="php artisan env"
@make exec cmd="php --version"
@make exec cmd="composer --version"

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

0 comments on commit 2e7d864

Please sign in to comment.