mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-05-17 05:59:40 +03:00
update commands and workflows
This commit is contained in:
@@ -21,10 +21,10 @@ jobs:
|
||||
node-version: '18'
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
- name: Run Jest
|
||||
run: npm run jest
|
||||
- name: Run Playwright
|
||||
run: xvfb-run npm run playwright
|
||||
- name: Run test
|
||||
run: npm run test
|
||||
- name: Run e2e
|
||||
run: xvfb-run npm run e2e
|
||||
- name: Upload Jest Coverage
|
||||
uses: codecov/codecov-action@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user