diff --git a/.github/workflows/ui-tests.js.yml b/.github/workflows/ui-tests.js.yml index d1a1213b0..d5df1c40c 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 --immutable + - run: yarn --no-lockfile - name: unit tests run: npm test --if-resent - name: visual tests