Skip to content

. e add flutter to github actions #2

. e add flutter to github actions

. e add flutter to github actions #2

name: Build and test
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
matrix:
python-version: [3.8, 3.9, "3.10", "3.11"]
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- name: Flutter Runner
uses: jddeep/[email protected]
- name: Test
run: |
./build_and_test.sh