Skip to content

Commit a477ad4

Browse files
committed
chore: run yarn install at second time
1 parent e01ee62 commit a477ad4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/comment-diffs.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,7 @@ jobs:
7777
done
7878
7979
- name: Setup again
80-
uses: ./.github/actions/setup
81-
with:
82-
cache-npm-cache: true
83-
cache-install-state: false
84-
cache-node-modules: false
80+
run: yarn install
8581

8682
- name: Remove old build and build again
8783
run: |

0 commit comments

Comments
 (0)