Skip to content

feat: 0.29.2 Add payment service token methods, update open api spec, fix ci #159

feat: 0.29.2 Add payment service token methods, update open api spec, fix ci

feat: 0.29.2 Add payment service token methods, update open api spec, fix ci #159

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- name: Check out the repo
uses: actions/checkout@v2
- name: Setup Java
uses: actions/setup-java@v2
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '18'
- name: Install dependencies & run tests
env:
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
run: mvn install