Skip to content

Commit

Permalink
test: update test structure from cypress to vitest (#818)
Browse files Browse the repository at this point in the history
* chore: add vitest test structure

* chore: update pipeline workflow

* test: disable old tests

* test: rename files
  • Loading branch information
mlmoravek committed Feb 28, 2024
1 parent 484cfe8 commit a98922d
Show file tree
Hide file tree
Showing 27 changed files with 1,276 additions and 7,198 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Run component tests 🧪
run: npm run test
- name: Upload coverage 📈
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: oruga-next
Loading

0 comments on commit a98922d

Please sign in to comment.