Skip to content

uiStrings for widgets common, daily, and home widgets; renamed home d… #241

uiStrings for widgets common, daily, and home widgets; renamed home d…

uiStrings for widgets common, daily, and home widgets; renamed home d… #241

Workflow file for this run

name: Run Flutter Tests
on: [push, workflow_dispatch]
jobs:
drive:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- name: Install dependencies
run: flutter pub get
- name: Run Build_Runner
run: flutter pub run build_runner build --delete-conflicting-outputs
- name: Run Flutter Tests
run: flutter test