Skip to content

build(deps): bump animations from 2.0.7 to 2.0.8 #6671

build(deps): bump animations from 2.0.7 to 2.0.8

build(deps): bump animations from 2.0.7 to 2.0.8 #6671

Workflow file for this run

name: Testing
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches:
- master
- beta
pull_request:
branches:
- master
- beta
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Installing Flutter SDK
uses: subosito/[email protected]
with:
channel: stable
- name: Install app dependencies
run: flutter pub get
- name: Unit Test app
run: flutter test --coverage
# - name: Uploade coverage to Coveralls
# uses: coverallsapp/github-action@master
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}