Skip to content

cache & inherited workflows #32

cache & inherited workflows

cache & inherited workflows #32

Workflow file for this run

name: Flutter Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
needs: flutter_setup

Check failure on line 10 in .github/workflows/dart.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/dart.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
build-and-test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Analyze project source
run: dart analyze
- name: Run tests
run: flutter test