Skip to content

Bump spring-graphql-test from 1.2.1 to 1.2.2 (#98) #414

Bump spring-graphql-test from 1.2.1 to 1.2.2 (#98)

Bump spring-graphql-test from 1.2.1 to 1.2.2 (#98) #414

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 17
distribution: temurin
cache: maven
- name: Compile & analyze
run: mvn -B verify sonar:sonar -Pcoverage
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}