Skip to content

Commit 8f8300b

Browse files
committed
test(e2e): fixed yarn install step
Signed-off-by: Daniel Villanueva <[email protected]>
1 parent 1122d9e commit 8f8300b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/pr-check.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,11 +197,13 @@ jobs:
197197

198198
# - name: Install CRC extension dependencies
199199
# working-directory: ./crc-extension
200-
# run: yarn install --check-files
200+
# run:
201201

202202
- name: Execute yarn in OpenShift Local Extension
203203
working-directory: ./crc-extension
204-
run: yarn --frozen-lockfile
204+
run: |
205+
yarn install --check-files
206+
# yarn --frozen-lockfile
205207
206208
- name: Revert unprivileged user namespace restrictions in Ubuntu 24.04
207209
if: matrix.os == 'ubuntu-24.04'

0 commit comments

Comments
 (0)