Skip to content

PHDO-350 - Added GraphQL queries to get information and content on report schemas #150

PHDO-350 - Added GraphQL queries to get information and content on report schemas

PHDO-350 - Added GraphQL queries to get information and content on report schemas #150

name: "CI - GraphQL Service"
on:
workflow_dispatch:
pull_request:
paths:
- pstatus-graphql-ktor/**
defaults:
run:
working-directory: pstatus-graphql-ktor/
jobs:
unit-test:
name: Unit Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
- name: Run Gradle Test
run: ./gradlew test