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