We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ffd49c commit 51caec3Copy full SHA for 51caec3
.github/workflows/react-native-sdk.tests.workflow.yml
@@ -26,6 +26,8 @@ jobs:
26
# Install dependencies
27
- name: Install dependencies
28
run: corepack enable && yarn set version 3.6.1 && yarn
29
+ - name: DEBUG Check licenses
30
+ run: yarn licenses list --production --json
31
# Check licenses
32
- name: Check licenses
33
run: yarn check-licenses
0 commit comments