Skip to content

fix(deps): update dependency vue to v3 #272

fix(deps): update dependency vue to v3

fix(deps): update dependency vue to v3 #272

Workflow file for this run

name: Build
on:
push:
branches: "**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup java
uses: actions/setup-java@v4
with:
java-version: 17
distribution: temurin
- name: Build with SonarCloud
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: |
mvn -B clean
mvn -B jacoco:prepare-agent install jacoco:report
mvn -B -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=porscheinformatik sonar:sonar