Skip to content

Add ApiToken grant type #246

Add ApiToken grant type

Add ApiToken grant type #246

Workflow file for this run

name: Flutter SDK CI
on:
push:
branches:
- develop
jobs:
flutter_test:
name: Test and Analyze SDK
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: "12.x"
- uses: subosito/flutter-action@v1
with:
channel: "stable"
- run: flutter pub get
- run: flutter analyze
- run: sh database_builder.sh
- run: flutter test