Skip to content

Commit a500485

Browse files
committed
ci: remove action
1 parent c968b59 commit a500485

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/actions/code_quality/action.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,6 @@ runs:
2424
shell: bash
2525
run: npm run test:ci
2626

27-
- name: Test Report
28-
uses: dorny/test-reporter@v1
29-
if: success() || failure()
30-
with:
31-
name: Unit Tests
32-
path: junit/vitest.xml
33-
reporter: jest-junit
34-
3527
- name: Check build is passing
3628
shell: bash
3729
env:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"start:test": "vite --mode test",
2424
"storybook": "storybook dev -p 6006",
2525
"test": "vitest",
26-
"test:ci": "vitest run --reporter=junit --outputFile.junit=./junit/vitest.xml",
26+
"test:ci": "vitest run",
2727
"test:integration:debug": "npm run build:test && npm run preview:test"
2828
},
2929
"dependencies": {

0 commit comments

Comments
 (0)