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