Skip to content

Commit

Permalink
test: add vitest and acceptance ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
PhearZero committed Jun 28, 2024
1 parent 08d631f commit aaa6fd0
Show file tree
Hide file tree
Showing 13 changed files with 758 additions and 32 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ jobs:
run: npm run lint
- name: Unit Tests
run: npm run test
- name: Publish code coverage
if: matrix.node-version == '22.x'
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{secrets.CODE_CLIMATE_REPORTER_ID}}
with:
coverageCommand: npm run coverage
- name: Publish Chromatic
if: matrix.node-version == '22.x'
run: npm run chromatic
Loading

0 comments on commit aaa6fd0

Please sign in to comment.