Skip to content

fix: quorum consensus and explorer (#78) #44

fix: quorum consensus and explorer (#78)

fix: quorum consensus and explorer (#78) #44

Workflow file for this run

name: sonarqube
on:
push:
branches: [ master ]
jobs:
sonarqube-scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v2
with:
node-version-file: '.nvmrc'
- run: npm ci
- run: npm run test:sonar
- uses: sonarsource/sonarqube-scan-action@master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
BROWSERSLIST_IGNORE_OLD_DATA: true