Skip to content

Commit

Permalink
ci: run unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ascenio committed Jul 7, 2024
1 parent 53128b5 commit ea1594b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,16 @@ jobs:
flutter-version: 3.19.4
- name: Check formatting
run: dart format --set-exit-if-changed .

testing:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.19.4
- name: Run tests
run: flutter test

0 comments on commit ea1594b

Please sign in to comment.