Skip to content

Add impact functionality (#504) #316

Add impact functionality (#504)

Add impact functionality (#504) #316

Workflow file for this run

name: 🕵️‍♂️ APP Unit Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
paths:
- APP/**
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./APP
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.16.9'
channel: 'stable'
- name: Set up
run: flutter pub get
- name: Test
run: flutter test
- name: Web build
run: flutter build web