Skip to content

Strip authentication tokens when logging partner API URIs (fix #368) #797

Strip authentication tokens when logging partner API URIs (fix #368)

Strip authentication tokens when logging partner API URIs (fix #368) #797

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
with:
lfs: true
- name: Setup Java JDK
uses: actions/setup-java@v1.4.3
with:
java-version: 1.8
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
- name: Test code with Maven
run: ./mvnw test