Skip to content

l10n: update translation (#288) #844

l10n: update translation (#288)

l10n: update translation (#288) #844

Workflow file for this run

name: build
on:
push:
branches:
- dev
pull_request:
branches:
- master
- dev
jobs:
build:
runs-on: macos-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
channel: 'stable'
cache: true
cache-key: flutter-latest
- name: Install dependencies
run: flutter pub get
- name: Check flutter version
run: flutter --version
- name: Generate boilerplates
run: flutter pub run build_runner build --delete-conflicting-outputs
- name: Run unit tests
run: flutter test --no-pub --coverage --test-randomize-ordering-seed random test
- name: Upload to code coverage
uses: codecov/codecov-action@v3
with:
file: coverage/lcov.info