File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 3131 run : yarn --frozen-lockfile && yarn bootstrap-ci
3232 - name : Lint
3333 run : yarn lerna-workspaces run lint && (cd docusaurus; npx prettier --check '**/*.mdx')
34+ - name : Test
35+ run : yarn test:coverage
36+ - name : SonarCloud Scan
37+ uses : sonarsource/sonarcloud-github-action@master
38+ with :
39+ args : >
40+ -Dsonar.organization=getstream
41+ -Dsonar.projectKey=GetStream_stream-chat-react-native
42+ -Dsonar.javascript.lcov.reportPaths=./package/coverage/lcov.info
43+ -Dsonar.sources=package/src/
44+ -Dsonar.test.exclusions=**/__tests__/**
45+ -Dsonar.verbose=true
3446 - name : Publish Next Release
3547 run : GITHUB_SHORT_SHA="$(git rev-parse --short $GITHUB_SHA)" yarn release-next
3648 env :
3749 NODE_AUTH_TOKEN : ${{ secrets.NPM_PUBLISH_TOKEN }}
50+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
51+ SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
You can’t perform that action at this time.
0 commit comments