Skip to content

Commit f320acb

Browse files
testing action workflow@2
1 parent 9d9b953 commit f320acb

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/main.yaml

+14-14
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,20 @@ jobs:
2424
yarn config set "@tiptap-pro:registry" https://registry.tiptap.dev
2525
yarn config set "//registry.tiptap.dev/:_authToken" 2p57eGWikYWRPQZkT+CaUrIVU7tLSgGZPp49fID0nNdlXj0tXcDA3uhx5sxd/K7J
2626
27-
- name: Get yarn cache directory path
28-
id: yarn-cache-dir-path
29-
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
30-
31-
- uses: actions/cache@v3
32-
id: yarn-cache
33-
with:
34-
path: |
35-
${{ steps.yarn-cache-dir-path.outputs.dir }}
36-
node_modules
37-
.next
38-
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
39-
restore-keys: |
40-
${{ runner.os }}-yarn-
27+
# - name: Get yarn cache directory path
28+
# id: yarn-cache-dir-path
29+
# run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
30+
31+
# - uses: actions/cache@v3
32+
# id: yarn-cache
33+
# with:
34+
# path: |
35+
# ${{ steps.yarn-cache-dir-path.outputs.dir }}
36+
# node_modules
37+
# .next
38+
# key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
39+
# restore-keys: |
40+
# ${{ runner.os }}-yarn-
4141

4242
- name: Install Dependencies
4343
run: yarn install

0 commit comments

Comments
 (0)