Skip to content

feat: Add new checkout session endpoints + missing params #73

feat: Add new checkout session endpoints + missing params

feat: Add new checkout session endpoints + missing params #73

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: '17'
- name: Install dependencies & run tests
env:
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
run: mvn install