We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c24360d commit e01ee62Copy full SHA for e01ee62
.github/workflows/comment-diffs.yml
@@ -34,11 +34,6 @@ jobs:
34
cache-install-state: false
35
cache-node-modules: false
36
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
-
42
- name: Build crnl
43
run: |
44
yarn workspace create-react-native-library prepare
@@ -81,8 +76,7 @@ jobs:
81
76
done
82
77
83
78
84
- - name: Setup again #
85
- if: ${{ steps.yarn-lock-hash.outputs.YARN_LOCK_HASH != hashFiles('./yarn.lock') }}
79
+ - name: Setup again
86
80
uses: ./.github/actions/setup
87
with:
88
cache-npm-cache: true
0 commit comments