Skip to content

test for failure

test for failure #3

Workflow file for this run

name: run-flutter-test
on: [push]
jobs:
first:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
- run: flutter pub get
- run: flutter test