mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-27 16:08:47 +03:00
Update actions to install playwright & run build before test
This commit is contained in:
parent
407b23262c
commit
07c9e36ebe
5
.github/workflows/run-test.yml
vendored
5
.github/workflows/run-test.yml
vendored
@ -14,7 +14,12 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
|
with:
|
||||||
|
node-version: 'lts/*'
|
||||||
|
cache: 'npm'
|
||||||
- name: Run the test
|
- name: Run the test
|
||||||
run: |
|
run: |
|
||||||
npm install
|
npm install
|
||||||
|
npm run build
|
||||||
|
npx playwright install
|
||||||
npm run test-ci
|
npm run test-ci
|
||||||
|
Loading…
x
Reference in New Issue
Block a user