Skip to content

[Feature] 495046 - Improve DSAuthService Usability #508

[Feature] 495046 - Improve DSAuthService Usability

[Feature] 495046 - Improve DSAuthService Usability #508

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]
jobs:
tests:
name: Run Automated Tests
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- name: Install dependencies
run: flutter pub get
- name: Run tests
run: flutter test