Skip to content

Commit

Permalink
Use descriptive flag in CI (#19017)
Browse files Browse the repository at this point in the history
  • Loading branch information
iliakur authored Nov 8, 2024
1 parent d917ed3 commit eb93f53
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,7 @@ jobs:
ddev config set repo ${{ inputs.repo }}
- name: Lint
# TODO: use the more descriptive `--lint` variant when ddev is released
run: ddev test -s ${{ inputs.target }}
run: ddev test --lint ${{ inputs.target }}

- name: Prepare for testing
env: >-
Expand Down

0 comments on commit eb93f53

Please sign in to comment.