Skip to content

Commit 748d28e

Browse files
authored
Implement "command" workflow in main preview template.
1 parent 65fabea commit 748d28e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/example.site.preview.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,15 @@ jobs:
8282
- admin.pr${{ github.event.number }}.sites.thinkdrop.net
8383
- ddev-runner.ddev.site
8484
85+
run-command:
86+
name: DDEV Status
87+
uses: operations-project/github-action-ddev-runner/.github/workflows/operations.site.command.yml@feature/reusable-workflows
88+
needs: create-site
89+
with:
90+
git_root: /home/runner/ourproject/pr${{ github.event.number }}
91+
github_runs_on: github.actions.runner.${{ github.run_id }}
92+
command: ddev status
93+
8594
test-site:
8695
name: Run tests
8796
needs: create-site

0 commit comments

Comments
 (0)