Skip to content

fix: Fixed android builder not supporting flavor as upper case. #134 … #87

fix: Fixed android builder not supporting flavor as upper case. #134 …

fix: Fixed android builder not supporting flavor as upper case. #134 … #87

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.16.0"
channel: "stable"
cache: true
- uses: bluefireteam/melos-action@v2
- run: melos run test --no-select