Skip to content

Commit e01ee62

Browse files
committed
chore: always install
1 parent c24360d commit e01ee62

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/comment-diffs.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@ jobs:
3434
cache-install-state: false
3535
cache-node-modules: false
3636

37-
- name: Get hash of yarn lock
38-
id: yarn-lock-hash
39-
run: |
40-
echo "YARN_LOCK_HASH=${{ hashFiles('./yarn.lock') }}" >> $GITHUB_OUTPUT
41-
4237
- name: Build crnl
4338
run: |
4439
yarn workspace create-react-native-library prepare
@@ -81,8 +76,7 @@ jobs:
8176
done
8277
done
8378
84-
- name: Setup again #
85-
if: ${{ steps.yarn-lock-hash.outputs.YARN_LOCK_HASH != hashFiles('./yarn.lock') }}
79+
- name: Setup again
8680
uses: ./.github/actions/setup
8781
with:
8882
cache-npm-cache: true

0 commit comments

Comments
 (0)