Skip to content

BC-8597 - update Vuetify from v3.7.5 to v3.7.6 (#3481) #28907

BC-8597 - update Vuetify from v3.7.5 to v3.7.6 (#3481)

BC-8597 - update Vuetify from v3.7.5 to v3.7.6 (#3481) #28907

Workflow file for this run

name: Test code
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
env:
node: 22
jobs:
unit:
runs-on: ubuntu-24.04
steps:
- name: Add libraries needed for installing canvas npm package
run: sudo apt update && sudo apt install -y build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
- uses: actions/checkout@v4
- name: setup node
uses: actions/setup-node@v4
with:
node-version: ${{ env.node }}
- name: npm ci
run: npm ci --prefer-offline --no-audit
- name: npm run test:unit:ci
run: npm run test:unit:ci
env:
NODE_OPTIONS: "--unhandled-rejections=warn"
- uses: actions/setup-java@v4
with:
distribution: "temurin"
java-version: "17"
- name: SonarCloud upload coverage
uses: SonarSource/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
lint:
runs-on: ubuntu-24.04
steps:
- name: Add libraries needed for installing canvas npm package
run: sudo apt update && sudo apt install -y build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
- uses: actions/checkout@v4
- name: setup node
uses: actions/setup-node@v4
with:
node-version: ${{ env.node }}
- name: npm ci
run: npm ci --prefer-offline --no-audit
- name: npm run lint
run: npm run lint