Skip to content

Add Moderation API and stable response types #3

Add Moderation API and stable response types

Add Moderation API and stable response types #3

Workflow file for this run

name: CI
# Runs on PRs and pushes to the default branch. We use `pull_request` (never
# `pull_request_target`), so secrets are NOT exposed to pull requests from forks.
on:
pull_request:
push:
branches: [main, master]
permissions:
contents: read
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: '17'
- name: Run tests
working-directory: client
run: |
chmod +x gradlew
./gradlew test --no-daemon