Skip to content

Add FAQ for "Can't run build_runner due to BuildForInputLogger error" #148

Add FAQ for "Can't run build_runner due to BuildForInputLogger error"

Add FAQ for "Can't run build_runner due to BuildForInputLogger error" #148

Workflow file for this run

name: Run Tests
on: [push, workflow_dispatch]
jobs:
drive:
runs-on: ubuntu-latest
# https://stackoverflow.com/a/63122434/436422
defaults:
run:
working-directory: ecommerce_app
steps:
- uses: actions/checkout@v1
- uses: subosito/flutter-action@v1
- run: flutter test