Update ui-tests.js.yml

This commit is contained in:
Delirium 2023-01-19 13:30:03 +01:00 committed by Delirium
parent 5c5dd23984
commit 7719f10d93

View file

@ -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