Skip to content

Commit

Permalink
Merge pull request #241 from localgovdrupal/2.x
Browse files Browse the repository at this point in the history
Release 2.1.6
  • Loading branch information
finnlewis authored Jan 16, 2024
2 parents 3582717 + 59b4f7c commit 3e7a4e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,4 +211,4 @@ jobs:
mkdir -p ./html/web/sites/simpletest && chmod 777 ./html/web/sites/simpletest
sed -i "s#http://localgov.lndo.site#http://drupal#" ./html/phpunit.xml.dist
docker exec -t drupal bash -c 'chown docker:docker -R /var/www/html'
docker exec -u docker -t drupal bash -c "cd /var/www/html && ./bin/paratest --processes=4 ${{ env.LOCALGOV_DRUPAL_PROJECT_PATH }}"
docker exec -u docker -t drupal bash -c "cd /var/www/html && ./bin/paratest --processes=4 /var/www/html/${{ env.LOCALGOV_DRUPAL_PROJECT_PATH }}"
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"enable-patching": true,
"patches": {
"drupal/core": {
"node_access filters out accessible nodes when node is left joined (1349080)" : "https://www.drupal.org/files/issues/2023-06-15/1349080-521.patch"
"node_access filters out accessible nodes when node is left joined (1349080)" : "https://www.drupal.org/files/issues/2023-11-27/1349080-537.patch"
}
}
}
Expand Down

0 comments on commit 3e7a4e9

Please sign in to comment.