Skip to content

Default time when not entered to 12pm rather than 12am. Default time … #13

Default time when not entered to 12pm rather than 12am. Default time …

Default time when not entered to 12pm rather than 12am. Default time … #13

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- '**'
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
with:
channel: stable
- run: flutter pub get
- run: flutter analyze
- run: flutter test
# - run: flutter test --coverage
# - uses: codecov/codecov-action@v1
# with:
# token: ${{ secrets.CODECOV_TOKEN }}