Skip to content

Commit 7067a4a

Browse files
committed
Fix pipeline
1 parent 3cdb0a9 commit 7067a4a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,10 @@ update: ##@Project Install/Update all 3rd party dependencies
3434
test-all: ##@Project Run all project tests at once
3535
@make test
3636
@make codestyle
37-
@composer install --working-dir="`pwd`/tests/fixtures/testJBZooToolbox" --no-dev
38-
@make prepare-examples
3937

4038

4139
prepare-examples:
40+
@composer install --working-dir="`pwd`/tests/fixtures/testJBZooToolbox" --no-dev
4241
@make prepare-one-example OUTPUT="tp" TEST_PATH="`pwd`/tests/fixtures/testJBZooToolbox"
4342
@make prepare-one-example OUTPUT="self" TEST_PATH="`pwd`"
4443

0 commit comments

Comments
 (0)