Skip to content

Commit

Permalink
Move to inside start action for easier testing
Browse files Browse the repository at this point in the history
  • Loading branch information
deviantintegral committed Sep 27, 2024
1 parent c9ad2aa commit d3c4f14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/TestDDEV.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
- name: Setup Project
run: |
ddev config --auto
ddev config --web-image ghcr.io/lullabot/drainpipe/ddev-webserver:v1.23.4-slim1
ddev start
ddev composer config extra.drupal-scaffold.gitignore true
ddev composer config --json extra.drupal-scaffold.allowed-packages '["lullabot/drainpipe-dev", "lullabot/drainpipe"]'
Expand Down
2 changes: 2 additions & 0 deletions scaffold/github/actions/common/ddev/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ runs:
fi
fi
ddev config --web-image ghcr.io/lullabot/drainpipe/ddev-webserver:v1.23.4-slim1
ddev start
ddev describe
Expand Down

0 comments on commit d3c4f14

Please sign in to comment.