Skip to content

fix token flow inside subprocess #5

fix token flow inside subprocess

fix token flow inside subprocess #5

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Test on Ubuntu
on:
push:
branches: '**'
pull_request:
branches: '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 19
uses: actions/setup-java@v1
with:
java-version: 19
- name: Build with Maven
run: mvn install --file pom.xml