Skip to content

fix: added ci test job #2

fix: added ci test job

fix: added ci test job #2

Workflow file for this run

name: Automated testing
on:
push:
branches:
- main
jobs:
test:
steps:

Check failure on line 9 in .github/workflows/test.yaml

View workflow run for this annotation

GitHub Actions / Automated testing

Invalid workflow file

The workflow is not valid. .github/workflows/test.yaml (Line: 9, Col: 5): Required property is missing: runs-on
- name: Clone repository
uses: actions/checkout@v4
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: stable
- run: flutter pub get
- run: flutter test