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 771fd96 commit 7c38a70Copy full SHA for 7c38a70
.github/workflows/_python-tests.yml
@@ -155,7 +155,7 @@ jobs:
155
dockerhub-password: ${{ secrets.DOCKERHUB_TOKEN }}
156
- uses: ./.github/actions/tilt
157
- name: Test
158
- run: bin/cluster-test.sh bash -c 'python -m pytest "${{ matrix.test-globs }}"' --durations 10
+ run: bin/cluster-test.sh bash -c 'python -m pytest "${{ matrix.test-globs }}" --durations 10'
159
shell: bash
160
env:
161
PROPERTY_TESTING_PRESET: ${{ inputs.property_testing_preset }}
0 commit comments