Update ui-tests.js.yml

This commit is contained in:
Delirium 2023-01-19 13:44:21 +01:00 committed by Delirium
parent 9a8e8520ad
commit be3996e4c8

View file

@ -27,7 +27,7 @@ jobs:
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: Setup yarn - name: Setup yarn
run: npm i --legacy-peer-deps run: npm i --legacy-peer-deps --ignore-scripts
- name: unit tests - name: unit tests
run: npm test --if-resent run: npm test --if-resent
- name: visual tests - name: visual tests