Skip to content

[#146] [RF] Improve Forecast Chart. Localize test data #257

[#146] [RF] Improve Forecast Chart. Localize test data

[#146] [RF] Improve Forecast Chart. Localize test data #257

Workflow file for this run

name: Flutter/Dart Quality Gates (Pull-Request, Branches)
on:
push:
branches-ignore:
- master
pull_request:
permissions: read-all
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
cache: true
- run: flutter --version
- name: Install Dependencies
run: flutter pub get
- name: Verify Formatting
run: dart format -l 120 --output=none --set-exit-if-changed .
- name: Check Localizations Ordering
run: dart run grinder sort-translations
# Consider passing '--fatal-infos' for slightly stricter analysis.
#- name: Analyze Project Source
# run: flutter analyze
- name: Run All Tests
run: dart run grinder test
- name: Store Tests Artifacts
uses: actions/upload-artifact@v3
with:
name: testing_logs
path: coverage