From 6f4cc8fd094788661e116fefb8f614a8451ead28 Mon Sep 17 00:00:00 2001 From: Tom French Date: Fri, 15 Sep 2023 17:19:00 +0100 Subject: [PATCH] chore: undo changes to playwright cache key --- .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 5c9d560e5ff..ac412a7dd4a 100644 --- a/.github/actions/install-playwright/action.yml +++ b/.github/actions/install-playwright/action.yml @@ -6,7 +6,7 @@ runs: steps: - name: Query playwright version shell: bash - run: echo "PLAYWRIGHT_VERSION=$(yarn info @web/test-runner-playwright --json | jq .children.Version)" >> $GITHUB_ENV + run: echo "PLAYWRIGHT_VERSION=$(yarn workspace @noir-lang/noirc_abi info @web/test-runner-playwright --json | jq .children.Version | tr -d '"')" >> $GITHUB_ENV - name: Cache playwright binaries uses: actions/cache@v3