Skip to content

Make role attribute optional on directorysync.models.User. (#259) #181

Make role attribute optional on directorysync.models.User. (#259)

Make role attribute optional on directorysync.models.User. (#259) #181

Workflow file for this run

name: CI
on:
push:
branches:
- 'main'
pull_request: {}
defaults:
run:
shell: bash
jobs:
build:
name: Build Kotlin SDK
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: |
./gradlew build
test:
name: Test Kotlin
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Test
run: |
./gradlew test --info