diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index e9aba54..43d932d 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -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