From 5c5dd239848de7fe36e5b1e3d587eb51cbcc948e Mon Sep 17 00:00:00 2001 From: Delirium Date: Thu, 19 Jan 2023 13:25:13 +0100 Subject: [PATCH] Update ui-tests.js.yml --- .github/workflows/ui-tests.js.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ui-tests.js.yml b/.github/workflows/ui-tests.js.yml index 9ca5382f9..214809d9c 100644 --- a/.github/workflows/ui-tests.js.yml +++ b/.github/workflows/ui-tests.js.yml @@ -27,9 +27,8 @@ jobs: uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - cache: 'npm' - - run: npm ci + - run: npm i - name: unit tests run: npm test --if-resent - name: visual tests