We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c47be91 commit dbe713eCopy full SHA for dbe713e
.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: corepack enable && yarn set version 3.6.1 && yarn lint
+ run: yarn lint
35
continue-on-error: false
36
# Run test
37
- name: Run Test
38
- run: corepack enable && yarn set version 3.6.1 && yarn test
+ run: yarn test
39
continue-on-error: true
0 commit comments