Skip to content

chore(deps): update dependency fluentassertions to v7 #182

chore(deps): update dependency fluentassertions to v7

chore(deps): update dependency fluentassertions to v7 #182

Workflow file for this run

name: continuous integration
on:
workflow_dispatch:
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
integration:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Verify using nuke
run: JAVA_HOME=$JAVA_HOME_21_X64 ./build.sh Clean Sonarqube
env:
SONAR_TOKEN: ${{ secrets.sonar_token }}