Skip to content

Commit

Permalink
Remove drupal-postgres test
Browse files Browse the repository at this point in the history
  • Loading branch information
fubarhouse committed May 16, 2024
1 parent 8c21bcb commit 590f2d4
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/pygmy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,18 +248,18 @@ jobs:
docker-compose -p drupal-base rm;
cd ../../;
- name: "[Example] Drupal Postgres"
run: |
cd lagoon-examples/drupal9-postgres;
docker-compose -p drupal-postgres up -d;
docker-compose -p drupal-postgres exec -T cli composer install;
dockerize -wait http://drupal9-postgres.docker.amazee.io:80 -timeout 10s;
curl --HEAD http://drupal9-postgres.docker.amazee.io;
curl --HEAD http://drupal9-postgres.docker.amazee.io | grep -i "x-lagoon";
../../pygmy-linux-amd64 status | grep '\- http://drupal9-postgres.docker.amazee.io';
docker-compose -p drupal-postgres down;
docker-compose -p drupal-postgres rm;
cd ../../;
# - name: "[Example] Drupal Postgres"
# run: |
# cd lagoon-examples/drupal9-postgres;
# docker-compose -p drupal-postgres up -d;
# docker-compose -p drupal-postgres exec -T cli composer install;
# dockerize -wait http://drupal9-postgres.docker.amazee.io:80 -timeout 10s;
# curl --HEAD http://drupal9-postgres.docker.amazee.io;
# curl --HEAD http://drupal9-postgres.docker.amazee.io | grep -i "x-lagoon";
# ../../pygmy-linux-amd64 status | grep '\- http://drupal9-postgres.docker.amazee.io';
# docker-compose -p drupal-postgres down;
# docker-compose -p drupal-postgres rm;
# cd ../../;

# - name: Node
# run: |
Expand Down

0 comments on commit 590f2d4

Please sign in to comment.