Skip to content

Errors aren't rethrown so they don't get passed to CI, this is incons… #132

Errors aren't rethrown so they don't get passed to CI, this is incons…

Errors aren't rethrown so they don't get passed to CI, this is incons… #132

Workflow file for this run

name: test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.22.2"
channel: "stable"
cache: true
- uses: bluefireteam/melos-action@v2
- run: melos run test --no-select