Skip to content

tests(idp_gateway): add tests #11

tests(idp_gateway): add tests

tests(idp_gateway): add tests #11

Workflow file for this run

name: CI Pipeline
on:
push:
branches:
- 'feature/**'
- 'bugfix/**'
- 'fix/**'
workflow_dispatch:
jobs:
tests:
name: Tests runner
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: Run application tests
run: ./gradlew test