Skip to content

fix: removed timeout error from sendFinishingSession #96

fix: removed timeout error from sendFinishingSession

fix: removed timeout error from sendFinishingSession #96

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