Skip to content

Commit

Permalink
Add input to control the version of ddev (#15390)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek authored Jul 26, 2023
1 parent 5a9067c commit 91dc033
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/run-validations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
required: true
type: string

ddev-version:
required: false
type: string
agent-reqs:
required: false
default: false
Expand Down Expand Up @@ -131,7 +134,7 @@ jobs:
- name: Install ddev from PyPI
if: inputs.repo != 'core'
run: pip install ddev
run: pip install ddev${{ inputs.ddev-version }}

- name: Configure ddev
run: |
Expand Down Expand Up @@ -199,7 +202,7 @@ jobs:
- name: Validate configuration models
if: inputs.models
run: ddev validate models $TARGET

- name: Validate openmetrics metric limit
if: inputs.openmetrics
run: ddev validate openmetrics $TARGET
Expand Down

0 comments on commit 91dc033

Please sign in to comment.