Update ui-tests.js.yml
This commit is contained in:
parent
4c59250c3b
commit
9a8e8520ad
1 changed files with 1 additions and 3 deletions
4
.github/workflows/ui-tests.js.yml
vendored
4
.github/workflows/ui-tests.js.yml
vendored
|
|
@ -11,7 +11,6 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
defaults:
|
||||
run:
|
||||
|
|
@ -28,8 +27,7 @@ jobs:
|
|||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- name: Setup yarn
|
||||
run: npm install -g yarn
|
||||
- run: yarn install --no-lockfile
|
||||
run: npm i --legacy-peer-deps
|
||||
- name: unit tests
|
||||
run: npm test --if-resent
|
||||
- name: visual tests
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue