We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc9e779 commit 8f08301Copy full SHA for 8f08301
.github/workflows/react-native-sdk.tests.workflow.yml
@@ -31,9 +31,9 @@ jobs:
31
run: corepack enable && yarn set version 1.22.22 && yarn check-licenses
32
# Run lint
33
- name: Run lint
34
- run: yarn lint
+ run: corepack enable && yarn set version 3.6.1 && yarn lint
35
continue-on-error: false
36
# Run test
37
- name: Run Test
38
- run: yarn test
+ run: corepack enable && yarn set version 3.6.1 && yarn test
39
continue-on-error: true
0 commit comments