Skip to content

chore: Add msix configuration to README.md #15

chore: Add msix configuration to README.md

chore: Add msix configuration to README.md #15

Workflow file for this run

name: test
on:
push:
branches: [main, dev]
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.8"
channel: "stable"
cache: true
- uses: bluefireteam/melos-action@v2
- run: melos run test --no-select