Skip to content

Commit

Permalink
Check postgresql within docker.
Browse files Browse the repository at this point in the history
  • Loading branch information
laceysanderson committed Aug 19, 2024
1 parent a65ca1d commit 50bc5b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
modules: tripal
php-version: "8.3"
pgsql-version: "16"
drupal-version: "10.4.x"
drupal-version: "10.4.x-dev"
phpunit-command-options: '--filter testTripalAdminPages'
build-image: true
dockerfile: "Dockerfile"
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ runs:
run: |
docker run --publish=80:80 --name=tripaldocker -tid \
--volume=`pwd`:/var/www/drupal/web/modules/contrib/${{ inputs.directory-name }} testing:localdocker
pg_isready -h localhost -p 5432 -t 5
docker exec tripaldocker pg_isready -h localhost -p 5432 -t 5
# Install the modules
- name: Install our package in Docker
if: "${{ inputs.modules != '' }}"
Expand Down

0 comments on commit 50bc5b5

Please sign in to comment.