Skip to content

remove: token validation before webclient call #12

remove: token validation before webclient call

remove: token validation before webclient call #12

Workflow file for this run

name: Java CI
on: [push]
jobs:
build-auth-servicec:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- run: cd auth-service && mvn --batch-mode --update-snapshots verify -DskipTests