Update ui-tests.js.yml

This commit is contained in:
Delirium 2023-01-19 13:39:15 +01:00 committed by Delirium
parent 64ce355292
commit 4c59250c3b

View file

@ -29,7 +29,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Setup yarn
run: npm install -g yarn
- run: yarn --no-lockfile
- run: yarn install --no-lockfile
- name: unit tests
run: npm test --if-resent
- name: visual tests