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 63881c4 commit 6ed33e2Copy full SHA for 6ed33e2
1 file changed
.github/workflows/integration-test-matrix.yml
@@ -345,7 +345,8 @@ jobs:
345
--exclude '**/8.8/getProcessDefinition.spec.ts' \
346
--exclude '**/8.8/getUserTask.spec.ts' \
347
--exclude '**/8.8/searchUserTasks.spec.ts' \
348
- --exclude '**/c8/rest/activateJobs.rest.spec.ts'
+ --exclude '**/c8/rest/activateJobs.rest.spec.ts' \
349
+ --exclude '**/zeebe/integration/Worker-onReady.spec.ts'
350
env:
351
ZEEBE_GRPC_ADDRESS: grpc://localhost:26500
352
CAMUNDA_AUTH_STRATEGY: NONE
0 commit comments