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

[ACS-6231] cleanup old angular projects and break dependency on remove env #1715

Merged
merged 5 commits into from
Oct 30, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

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
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.

84 changes: 0 additions & 84 deletions test/integration/test-node/node-content.ts

This file was deleted.

1 change: 0 additions & 1 deletion test/integration/test-node/testExtension.test

This file was deleted.

19 changes: 0 additions & 19 deletions test/integration/test-node/tsconfig.json

This file was deleted.

Loading