Skip to content

Yaml update

Yaml update #13

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: Test_reactive
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
# Temporary
# flutter-version: '3.10.6'
channel: 'stable'
- run: |
# Export envs that get compiled in
flutter pub get
TEST_NO_LOGS=1 flutter test