Skip to content

Commit f45bc55

Browse files
cleanup
1 parent a6a34ec commit f45bc55

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
node-version: "22"
3838
- name: Install Dependencies
3939
run: npm ci
40-
- name: Run ${{ matrix.test.name }} Tests
40+
- name: Run ${{ matrix.test.name }}${{ matrix.test.cluster }} Tests and Add Annotations
4141
run: npm run test:${{ matrix.test.name }} -- --ci --reporters=default --reporters=github-actions --reporters=jest-junit
4242
env:
4343
CONDUCTOR_SERVER_URL: ${{ matrix.test.cluster == 'v4' && vars.SERVER_URL_V4 || vars.SERVER_URL }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"test": "jest --force-exit --detectOpenHandles",
4949
"test:unit": "jest --testMatch='**/src/**/__tests__/**/*.test.[jt]s?(x)' --force-exit",
5050
"test:integration": "jest --testMatch='**/integration-tests/**/*.test.[jt]s?(x)' --force-exit --detectOpenHandles",
51-
"ci": "npm run lint && npm run test:unit && npm run test:integration",
51+
"ci": "npm run lint && npm run test",
5252
"build": "tsup index.ts",
5353
"generateClient:models": "npx openapi-typescript-codegen --input http://localhost:8080/api-docs --output src/common/open-api --client node --indent 2 --name ConductorClient --useUnionTypes --exportCore false",
5454
"generateClient:core": "npx openapi-typescript-codegen --input http://localhost:8080/api-docs --output src/common/open-api --client node --indent 2 --name ConductorClient --useUnionTypes && find ./src/common/open-api/services/*Service.ts -type f -exec sed -i '' -e 's/api\\///g' {} \\;",

0 commit comments

Comments
 (0)