Skip to content

Commit

Permalink
Create site install directory before installing with Composer. #9
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-cox committed Oct 30, 2020
1 parent ec00a4d commit 67ddca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: docker-compose up -d

- name: Create LocalGov Drupal project
run: docker exec -u docker -t drupal /usr/local/bin/composer create-project --stability dev localgovdrupal/localgov-project /var/www/html
run: docker exec -u docker -t drupal bash -c "mkdir -p /var/www/html && /usr/local/bin/composer create-project --stability dev localgovdrupal/localgov-project /var/www/html"

- name: Run tests
run: ./run-tests.sh
Expand Down

0 comments on commit 67ddca2

Please sign in to comment.