Skip to content

Commit f341192

Browse files
committed
feat(63360): potential fix for ts ci-cd
1 parent 20db415 commit f341192

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci-cd-typescript.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@ jobs:
4848

4949
- name: Check and test outside Docker
5050
if: ${{ inputs.checkAndTestOutsideDocker }}
51-
run: |
52-
npm run check-and-build
53-
npm run test -- --coverage
51+
run: npm run check-and-build
5452

5553
- name: Upload coverage reports to Codecov
5654
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)