Skip to content

Commit

Permalink
Disable drupal 7 tests #76
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Nov 2, 2020
1 parent 1d18ad6 commit 0cf9acd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 7/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ else
@echo "Skipping Drupal 9 tests for PHP 7.2"
endif
cd ./tests/8 && IMAGE=$(REPO):$(TAG) ./run.sh
cd ./tests/7 && IMAGE=$(REPO):$(TAG) ./run.sh
## drupal-composer/preserve-paths does not support composer 2.0
## https://github.com/drupal-composer/preserve-paths/pull/34
# cd ./tests/7 && IMAGE=$(REPO):$(TAG) ./run.sh

push:
docker push $(REPO):$(TAG)
Expand Down

0 comments on commit 0cf9acd

Please sign in to comment.