Skip to content

Attempt to use central portal's staging APIs for smoother migration #1198

Attempt to use central portal's staging APIs for smoother migration

Attempt to use central portal's staging APIs for smoother migration #1198

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'adopt'
cache: 'gradle'
- name: Test
run: ./gradlew test