Skip to content

[Feature] #700110 - DS Internationalization #722

[Feature] #700110 - DS Internationalization

[Feature] #700110 - DS Internationalization #722

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: Tests
on:
pull_request:
branches: [main, develop]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
tests:
name: Run Automated Tests
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.13.9"
channel: "stable"
- name: Install dependencies
run: flutter pub get
- name: Run tests
run: flutter test