Skip to content

Update providers for all the repositories and service classes to the … #184

Update providers for all the repositories and service classes to the …

Update providers for all the repositories and service classes to the … #184

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@v3
- uses: subosito/flutter-action@v2
- run: flutter test