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 fe29f44 commit 8829168Copy full SHA for 8829168
.github/workflows/testEndToEnd.yml
@@ -73,7 +73,7 @@ jobs:
73
if: startsWith(matrix.operating_system, 'ubuntu')
74
run: |
75
cd my_splunk_content_pack
76
- poetry run contentctl test --suppress-tqdm --post-test-behavior never_pause
+ poetry run contentctl test --disable-tqdm --post-test-behavior never_pause
77
78
- uses: actions/upload-artifact@v4
79
with:
0 commit comments