We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f4b006 commit 896c721Copy full SHA for 896c721
1 file changed
.github/workflows/test.ddev.workflows.yml
@@ -91,6 +91,9 @@ jobs:
91
working_directory: /home/runner/ourproject/pr${{ github.event.number }}
92
github_runs_on: github.actions.runner.${{ github.run_id }}
93
command: ddev status
94
+ env: |
95
+ SUCCESS="DDEV Status"
96
+ HIDE=1
97
98
test-site:
99
name: Run tests
0 commit comments