mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-27 07:58:45 +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:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 'lts/*'
|
||||
cache: 'npm'
|
||||
- name: Run the test
|
||||
run: |
|
||||
npm install
|
||||
npm run build
|
||||
npx playwright install
|
||||
npm run test-ci
|
||||
|
Loading…
x
Reference in New Issue
Block a user