Skip to content

ci: version bump to 0.2.3 #4

ci: version bump to 0.2.3

ci: version bump to 0.2.3 #4

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