We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c968b59 commit a500485Copy full SHA for a500485
.github/actions/code_quality/action.yml
@@ -24,14 +24,6 @@ runs:
24
shell: bash
25
run: npm run test:ci
26
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
-
35
- name: Check build is passing
36
37
env:
package.json
@@ -23,7 +23,7 @@
23
"start:test": "vite --mode test",
"storybook": "storybook dev -p 6006",
"test": "vitest",
- "test:ci": "vitest run --reporter=junit --outputFile.junit=./junit/vitest.xml",
+ "test:ci": "vitest run",
"test:integration:debug": "npm run build:test && npm run preview:test"
},
"dependencies": {
0 commit comments