Skip to content

Commit

Permalink
Initial Tests (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdlukaa authored Jan 27, 2022
2 parents 7bea6f7 + 7e9cd79 commit 3a291b3
Show file tree
Hide file tree
Showing 13 changed files with 8,075 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .github/workflows/flutter_analysis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Flutter Analysis
on: [pull_request, workflow_dispatch]

jobs:
package-analysis:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Install Flutter
uses: subosito/flutter-action@master
with:
channel: stable

- name: install dependencies
run: flutter pub get

- name: Run tests
run: flutter test
Loading

0 comments on commit 3a291b3

Please sign in to comment.