Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
Remove vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauvino authored Oct 12, 2023
1 parent 2fb5987 commit 55058de
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,26 +73,6 @@ jobs:

- name: Run Prettier
run: npm run prettier:check

run-vitest:
name: Run vitest
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4

- name: Setup node environment
uses: actions/setup-node@v3
with:
node-version: 20
check-latest: true
cache: npm

- name: Install Node.js dependencies
run: npm ci --no-audit

- name: Run test suite
run: npm run test

run-stylelint-css:
name: Run stylelint (css)
Expand Down

0 comments on commit 55058de

Please sign in to comment.