We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65fabea commit 748d28eCopy full SHA for 748d28e
.github/workflows/example.site.preview.yml
@@ -82,6 +82,15 @@ jobs:
82
- admin.pr${{ github.event.number }}.sites.thinkdrop.net
83
- ddev-runner.ddev.site
84
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
+
94
test-site:
95
name: Run tests
96
needs: create-site
0 commit comments