Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 1 addition & 51 deletions .github/workflows/js-api-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,58 +70,8 @@ jobs:
shell: bash
run: npm test

test-performance:
needs: build
name: Performance Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 2

- name: Setup Node
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'npm'

- name: Install Dependencies
run: npm ci

- name: Performance
shell: bash
run: ./scripts/test-performance.sh || exit 1

test-integration:
needs: build
name: Integration Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 2

- name: Setup Node
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'npm'

- name: Install Dependencies
run: npm ci

- name: Integration Tests
env:
HOST: ${{ secrets.HOST }}
USERNAME: ${{ secrets.USERNAME }}
PASSWORD: ${{ secrets.PASSWORD }}
shell: bash
run: ./scripts/test-integration.sh || exit 1

release:
needs: [test, test-integration, test-performance]
needs: [test]
name: release
runs-on: ubuntu-latest
permissions:
Expand Down
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Add files here to ignore them from prettier formatting
/dist
/coverage
10 changes: 0 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
"@typescript-eslint/parser": "^6.3.0",
"chai": "4.3.10",
"chai-spies": "^1.0.0",
"commander": "^11.0.0",
"eslint": "^8.46.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-license-header": "^0.6.0",
Expand Down
64 changes: 0 additions & 64 deletions scripts/npm-check-bundles.sh

This file was deleted.

16 changes: 0 additions & 16 deletions scripts/test-integration.sh

This file was deleted.

27 changes: 0 additions & 27 deletions scripts/test-performance.sh

This file was deleted.

59 changes: 0 additions & 59 deletions test/integration/test-node/login-bpmn.ts

This file was deleted.

59 changes: 0 additions & 59 deletions test/integration/test-node/login-ecm.ts

This file was deleted.

59 changes: 0 additions & 59 deletions test/integration/test-node/login-sso.ts

This file was deleted.

Loading