Skip to content

Commit 61d154a

Browse files
committed
ci: don't hide lint results
1 parent 0c46d7b commit 61d154a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,7 @@ jobs:
3737
- name: Install Dependencies
3838
run: npm ci
3939
- name: Lint
40-
run: |
41-
npm run test:lint -- --quiet --output-file test-results/eslint/results.xml --format junit
42-
- name: Store Lint Results
43-
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
44-
with:
45-
name: lint-output
46-
path: ./test-results/*
40+
run: npm run test:lint
4741
- name: Cache node_modules
4842
id: cache-nodemodules
4943
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3

0 commit comments

Comments
 (0)