We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0a752b commit c4cc9fcCopy full SHA for c4cc9fc
.github/workflows/test-target.yml
@@ -225,7 +225,7 @@ jobs:
225
run: |
226
if [ '${{ inputs.pytest-args }}' = '-m flaky' ]; then
227
set +e # Disable immediate exit
228
- ddev test --cov --junit ${{ inputs.target }} -- ${{ inputs.pytest-args }} -- '-k "not fips"'
+ ddev test --cov --junit ${{ inputs.target }} -- ${{ inputs.pytest-args }} -k "not fips"
229
exit_code=$?
230
if [ $exit_code -eq 5 ]; then
231
# Flaky test count can be zero, this is done to avoid pipeline failure
0 commit comments