Skip to content

Commit

Permalink
Fixing issues with site install in GitHub Actions. #9
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-cox committed Oct 30, 2020
1 parent c5abad5 commit 40f0689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:

- name: Create LocalGov Drupal project
run: |
docker exec -t drupal -u root bash -c "mkdir -p /var/www/html && chown docker:docker /var/www/html"
docker exec -t drupal -u docker bash -c "/usr/local/bin/composer create-project --stability dev localgovdrupal/localgov-project /var/www/html"
docker exec -u root -t drupal bash -c "mkdir -p /var/www/html && chown docker:docker /var/www/html"
docker exec -u docker -t drupal bash -c "/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 40f0689

Please sign in to comment.