From 984921e6312c761e85bb0a342f83a6f496eec235 Mon Sep 17 00:00:00 2001 From: Daniel Dimitrov Date: Mon, 16 Dec 2024 14:48:23 +0100 Subject: [PATCH] debug --- .github/workflows/cypress/action.yml | 3 +++ .github/workflows/yarn/action.yml | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cypress/action.yml b/.github/workflows/cypress/action.yml index 4a9e32a561..abd37f31b5 100644 --- a/.github/workflows/cypress/action.yml +++ b/.github/workflows/cypress/action.yml @@ -43,6 +43,9 @@ runs: secrets: ${{ inputs.secrets }} e2e_mnemonic: ${{ fromJSON(inputs.secrets).NEXT_PUBLIC_CYPRESS_MNEMONIC }} + - run: ls -la ${{ github.workspace }}/.next/cache + shell: bash + - name: Serve shell: bash run: yarn serve & diff --git a/.github/workflows/yarn/action.yml b/.github/workflows/yarn/action.yml index 4ea404f0e1..d7f8d20a1e 100644 --- a/.github/workflows/yarn/action.yml +++ b/.github/workflows/yarn/action.yml @@ -15,8 +15,7 @@ runs: run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT - run: ls -la shell: bash - - run: ls -la ${{ github.workspace }}/.next/cache - shell: bash + - uses: actions/cache@v4 id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`) with: