Update ui-tests.js.yml
This commit is contained in:
parent
5c5dd23984
commit
7719f10d93
1 changed files with 3 additions and 2 deletions
5
.github/workflows/ui-tests.js.yml
vendored
5
.github/workflows/ui-tests.js.yml
vendored
|
|
@ -27,8 +27,9 @@ jobs:
|
|||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
|
||||
- run: npm i
|
||||
- name: Setup yarn
|
||||
run: npm install -g yarn
|
||||
- run: yarn
|
||||
- name: unit tests
|
||||
run: npm test --if-resent
|
||||
- name: visual tests
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue