kopia lustrzana https://github.com/cheeaun/phanpy
Use npm scripts instead of framework-specific commands
rodzic
1c6deb46ae
commit
da9a5e3dae
|
@ -13,4 +13,4 @@ jobs:
|
|||
with:
|
||||
node-version: 20
|
||||
- run: npm ci
|
||||
- run: npx biome check
|
||||
- run: npm run formatting-check
|
||||
|
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
- name: Install Playwright Browsers
|
||||
run: npx playwright install --with-deps webkit --only-shell
|
||||
- name: Run Playwright tests
|
||||
run: npx playwright test
|
||||
run: npm run test
|
||||
- uses: actions/upload-artifact@v4
|
||||
if: ${{ !cancelled() }}
|
||||
with:
|
||||
|
|
Ładowanie…
Reference in New Issue