Skip to content

fix: formatting + bootstrap ui package bump #104

fix: formatting + bootstrap ui package bump

fix: formatting + bootstrap ui package bump #104

name: Build
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- name: install
run: yarn --frozen-lockfile
- name: test & coverage
run: yarn run test
- name: fix code coverage paths
working-directory: ./coverage
- name: SonarCloud scan
run: yarn test --coverage
uses: SonarSource/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}