FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

debugging · Sudarshan-Reddy-RSE/content@b4e7c11 · GitHub

Commit b4e7c11

Browse files
committed
debugging
1 parent deb5f1b commit b4e7c11

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

‎.github/workflows/pr-build.yml‎

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,26 @@ jobs:
3737
node-version: "12"
3838

3939
- name: Get yarn cache directory path
40-
if: steps.git_diff_content.outputs.diff
4140
id: yarn-cache-dir-path
4241
run: echo "::set-output name=dir::$(yarn cache dir)"
4342
- uses: actions/cache@v2.1.3
44-
if: steps.git_diff_content.outputs.diff
4543
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
4644
with:
4745
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
48-
# TODO: Is this correct?! We wanna make sure it's the yarn.lock
49-
# from ./yari/ and not ./ which is just the content.
5046
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
5147
restore-keys: |
5248
${{ runner.os }}-yarn-
5349
50+
- name: DEBUG yarn packages
51+
run: |
52+
echo "steps.yarn-cache-dir-path.outputs.dir"
53+
echo ${{ steps.yarn-cache-dir-path.outputs.dir }}
54+
echo
55+
56+
find . -type d -name node_modules
57+
echo ""
58+
yarn cache dir
59+
5460
- name: Install all yarn packages
5561
if: steps.git_diff_content.outputs.diff
5662
run: |

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL