From 4c59250c3bd03c042976eb97357754ce9385aa4b Mon Sep 17 00:00:00 2001 From: Delirium Date: Thu, 19 Jan 2023 13:39:15 +0100 Subject: [PATCH] Update ui-tests.js.yml --- .github/workflows/ui-tests.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ui-tests.js.yml b/.github/workflows/ui-tests.js.yml index d5df1c40c..12ffaaca0 100644 --- a/.github/workflows/ui-tests.js.yml +++ b/.github/workflows/ui-tests.js.yml @@ -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