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 aaf2456 commit d9aef32Copy full SHA for d9aef32
action.yml
@@ -1,6 +1,11 @@
1
-name: 'Setup DDEV'
2
-description: 'Set up your GitHub Actions workflow with DDEV'
3
-author: 'Jonas Eberle'
+name: 'Setup DDEV in Github Workflows'
+description: |
+ This action installs **DDEV** in your Github Workflow.
4
+ It's main use case is to run your Continuous Integration
5
+ tests against your already configured development environment.
6
+ That'll facilitate developing your tests – if they run locally,
7
+ they'll run in github actions, too.
8
+author: 'Jonas Eberle and DDEV contributors'
9
runs:
10
using: 'node16'
11
main: 'lib/main.js'
0 commit comments