Skip to content

chore: ⬇️ Downgrade collection dependency #10

chore: ⬇️ Downgrade collection dependency

chore: ⬇️ Downgrade collection dependency #10

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
workflow:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dart-lang/setup-dart@v1
with:
sdk: stable
- uses: subosito/flutter-action@v1
with:
channel: stable
- name: Install dependencies
run: flutter pub get
- name: Tests
run: dart test --exclude-tags noCI