Skip to content

👷 Run flutter tests on dev branch. #2

👷 Run flutter tests on dev branch.

👷 Run flutter tests on dev branch. #2

Workflow file for this run

name: Flutter Test
on:
push:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
steps:

Check failure on line 13 in .github/workflows/flutter-tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/flutter-tests.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version: '3.19.3'
- name: Install dependencies
run: flutter pub get
- name: Run tests
run: flutter test