Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
compojoom committed Dec 16, 2024
1 parent 49f6c70 commit 984921e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cypress/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 &
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/yarn/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 984921e

Please sign in to comment.