Skip to content

Merge pull request #28 from tiagoamaro/export-lila-svg-to-png-using-i… #129

Merge pull request #28 from tiagoamaro/export-lila-svg-to-png-using-i…

Merge pull request #28 from tiagoamaro/export-lila-svg-to-png-using-i… #129

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:
channel: 'stable'
- name: Install dependencies
run: flutter pub get
- name: Run tests
run: flutter test