From 67c463cbbd986b7bd44c7f1ff18da2f4fb6403eb Mon Sep 17 00:00:00 2001 From: Jozef Harag Date: Thu, 7 Nov 2024 14:42:49 +0100 Subject: [PATCH] chore: test --- .github/actions/install-playwright/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/install-playwright/action.yml b/.github/actions/install-playwright/action.yml index 2c3fb95b..a01eaa57 100644 --- a/.github/actions/install-playwright/action.yml +++ b/.github/actions/install-playwright/action.yml @@ -9,7 +9,7 @@ runs: working-directory: ./packages/integration-tests run: | echo $(npm ls --json playwright) - PLAYWRIGHT_VERSION=$(npm ls --json playwright | jq --raw-output '.dependencies["@playwright/test"].version') + PLAYWRIGHT_VERSION=$(npm ls --json "@playwright/test" | jq --raw-output '.dependencies["@playwright/test"].version') echo ${PLAYWRIGHT_VERSION} echo "PLAYWRIGHT_VERSION=$PLAYWRIGHT_VERSION" >> $GITHUB_ENV