Skip to content

Bump com.github.spotbugs.snom:spotbugs-gradle-plugin from 5.1.4 to 5.… #7

Bump com.github.spotbugs.snom:spotbugs-gradle-plugin from 5.1.4 to 5.…

Bump com.github.spotbugs.snom:spotbugs-gradle-plugin from 5.1.4 to 5.… #7

Workflow file for this run

# This workflow run the functional test
name: Func Test
on:
workflow_dispatch:
push:
branches: [ main ]
concurrency:
group: ${{ github.ref }}-func-test
cancel-in-progress: true
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: gradle/wrapper-validation-action@56b90f209b02bf6d1deae490e9ef18b21a389cd4 # v1.1.0
- name: Set up JDK
uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
with:
java-version: '17'
distribution: 'adopt'
- name: Setup Gradle
uses: gradle/gradle-build-action@842c587ad8aa4c68eeba24c396e15af4c2e9f30a # v2.9.0
with:
gradle-home-cache-cleanup: true
- name: Run functional tests
run: ./gradlew --quiet runFunctionalTests >> $GITHUB_STEP_SUMMARY