Skip to content

Commit

Permalink
Add tests.yaml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bizz84 committed Nov 16, 2023
1 parent 943d533 commit a1ea058
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
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

0 comments on commit a1ea058

Please sign in to comment.