Skip to content

Commit c47be91

Browse files
committed
fix: fix
1 parent 2f67343 commit c47be91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/react-native-sdk.tests.workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
- name: Install dependencies
2828
run: yarn install --frozen-lockfile
2929
# Check licenses
30-
- name: Check licenses
31-
run: corepack enable && yarn set version 1.22.22 && yarn check-licenses
30+
# - name: Check licenses
31+
# run: corepack enable && yarn set version 1.22.22 && yarn check-licenses
3232
# Run lint
3333
- name: Run lint
3434
run: corepack enable && yarn set version 3.6.1 && yarn lint

0 commit comments

Comments
 (0)