Skip to content

Fix (MacOS compatibility) #41

Fix (MacOS compatibility)

Fix (MacOS compatibility) #41

name: Execute linters and unit tests
on: pull_request
jobs:
ci:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./front-end/virtual_pet
steps:
- uses: actions/checkout@v3
- name: Set up Flutter SDK
uses: subosito/[email protected]
with:
flutter-version: '3.3.4'
channel: 'stable'
- name: Install dependencies
run: flutter pub get
- name: Run linters and analyze code
run: flutter analyze
- name: Run unit tests
run: flutter test