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 e425ae8 commit cf38fdfCopy full SHA for cf38fdf
1 file changed
.github/workflows/integration-test-matrix.yml
@@ -340,7 +340,10 @@ jobs:
340
- name: Run Integration Tests against Camunda ${{ matrix.server }}
341
if: steps.check-image.outputs.exists == 'true'
342
run: |
343
- npm run ${{ steps.docker-config.outputs.test_command }}
+ npm run ${{ steps.docker-config.outputs.test_command }} -- \
344
+ --exclude '**/8.8/getProcessDefinition.spec.ts' \
345
+ --exclude '**/8.8/getUserTask.spec.ts' \
346
+ --exclude '**/8.8/searchUserTasks.spec.ts'
347
env:
348
ZEEBE_GRPC_ADDRESS: grpc://localhost:26500
349
CAMUNDA_AUTH_STRATEGY: NONE
0 commit comments