Skip to content

Merge pull request #31 from Emminence23/main #1

Merge pull request #31 from Emminence23/main

Merge pull request #31 from Emminence23/main #1

Workflow file for this run

name: Dart
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version-file: pubspec.yaml
- name: Install dependencies
run: |
make pub_get
- name: Run Tests
run: |
flutter test test/