Skip to content

✅ Fixed warning in test #23

✅ Fixed warning in test

✅ Fixed warning in test #23

Workflow file for this run

name: Test
on: [ push, pull_request, workflow_dispatch ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dart-lang/[email protected]
- name: Install dependencies
run: dart pub get
- name: Run tests
run: dart test -r github