Skip to content

Added support for language translation, made response results nullabl… #41

Added support for language translation, made response results nullabl…

Added support for language translation, made response results nullabl… #41

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: Dart
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@9a04e6d73cca37bd455e0608d7e5092f881fd603
- name: Install dependencies
run: dart pub get
- name: Run tests
run: |
export ACCOUNTID=${{ secrets.ACCOUNTID }}
export APIKEY=${{ secrets.APIKEY }}
dart test