Skip to content

Commit

Permalink
Make sure tests run consistently on different development environments
Browse files Browse the repository at this point in the history
  • Loading branch information
LinaKind committed Jan 9, 2025
1 parent 778211f commit b76cfa7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ PROJECT_NAME = api-sdk-php
PHP_VERSION = 7.1
.PHONY: build test test-ci clean

clean:
rm -rf vendor
rm -f composer.lock

vendor:
composer install

Expand Down

0 comments on commit b76cfa7

Please sign in to comment.