Skip to content

Update main.yml

Update main.yml #18

Workflow file for this run

on: ["push", "pull_request"]
name: Test Coveralls
jobs:
test:
name: Test
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.13.9'
channel: 'stable'
- run: flutter test --coverage
- name: Coveralls GitHub Action
uses: coverallsapp/[email protected]