Skip to content

add test for graphql client #21

add test for graphql client

add test for graphql client #21

Workflow file for this run

name: Testing CI pipeline
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v3
- name: Run chmod to make gradlew executable
run: chmod +x gradlew
- name: Execute tests
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
uses: gradle/gradle-build-action@v3
with:
arguments: cleanTest test jacocoTestReport sonar