From 444b3801495ce054554de68170527a64c3061ee1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Gran=C3=A1t?= Date: Tue, 22 Aug 2023 19:23:34 +0200 Subject: [PATCH] chore: add tests using registry --- .github/workflows/test-publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-publish.yml b/.github/workflows/test-publish.yml index f24c4b0309..6e34795ab8 100644 --- a/.github/workflows/test-publish.yml +++ b/.github/workflows/test-publish.yml @@ -117,6 +117,7 @@ jobs: echo "" >> .npmrc echo "//npm.pkg.github.com/:_authToken=${{ secrets.TOLGEE_MACHINE_PAT }}" >> .npmrc echo "@tolgee:registry=https://npm.pkg.github.com" >> .npmrc + rm -rf node_modules npm install --force working-directory: testapps/${{matrix.app}}