Add README link to List of Common Problems and Solutions #248
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |