Skip to content

allow using sync function in runBypassAsync #142

allow using sync function in runBypassAsync

allow using sync function in runBypassAsync #142

Workflow file for this run

name: 'test'
on:
pull_request:
branches:
- main
jobs:
test:
name: 'run flutter_test and analyze'
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: 'checkout'
uses: actions/checkout@v4
- name: 'setup flutter'
uses: subosito/flutter-action@v2
with:
channel: 'stable'
- name: 'update PATH'
run: |
echo "$HOME/.pub-cache/bin" >> $GITHUB_PATH && \
echo "PUB_CACHE="$HOME/.pub-cache"" >> $GITHUB_ENV
- name: 'setup melos'
uses: bluefireteam/melos-action@v3
- name: 'run melos tasks'
run: |
melos analyze && \
melos format && \
melos run test