diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 354c35b7d3..7ce484188d 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -28,7 +28,7 @@ jobs: - name: Get yarn cache directory path id: yarn-cache-dir-path - run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT + run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT - name: Yarn cache uses: actions/cache@v3