Skip to content

uiStrings for all the rest (hopefully) #242

uiStrings for all the rest (hopefully)

uiStrings for all the rest (hopefully) #242

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