From 7719f10d93367cb50a6de0a8f857e8922048d427 Mon Sep 17 00:00:00 2001 From: Delirium Date: Thu, 19 Jan 2023 13:30:03 +0100 Subject: [PATCH] Update ui-tests.js.yml --- .github/workflows/ui-tests.js.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ui-tests.js.yml b/.github/workflows/ui-tests.js.yml index 214809d9c..9d37ac0e4 100644 --- a/.github/workflows/ui-tests.js.yml +++ b/.github/workflows/ui-tests.js.yml @@ -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