Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
skip onConnectionError test with docker #215
Browse files Browse the repository at this point in the history
  • Loading branch information
jwulf committed Oct 25, 2023
1 parent b87d030 commit a22ac80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
node-version: 16.17.0
- run: npm install
- run: npm run test:integration
- run: npm run test:integration --testPathIgnorePatterns onConnectionError
# env:
# ZEEBE_ADDRESS: ${{ secrets.ZEEBE_ADDRESS }}
# ZEEBE_CLIENT_ID: ${{ secrets.ZEEBE_CLIENT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zeebe-node",
"version": "8.3.0-alpha9",
"version": "8.3.0-alpha10",
"description": "The Node.js client library for the Zeebe Workflow Automation Engine.",
"keywords": [
"zeebe",
Expand Down

0 comments on commit a22ac80

Please sign in to comment.