Update ui-tests.js.yml

This commit is contained in:
Delirium 2023-01-19 13:40:37 +01:00 committed by Delirium
parent 4c59250c3b
commit 9a8e8520ad

View file

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