Skip to content

feature: added the domain layer for the news feed feature & added a u… #5

feature: added the domain layer for the news feed feature & added a u…

feature: added the domain layer for the news feed feature & added a u… #5

Workflow file for this run

name: CI
on: push
jobs:
flutter_test:
name: Run flutter test and analyze
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: "12.x"
- uses: subosito/flutter-action@v1
with:
channel: "stable"
- run: flutter pub get
- run: flutter analyze
- run: flutter test