jobs rename

This commit is contained in:
Vadim 2023-02-15 17:34:00 +03:00
parent 5b40113496
commit 4988f31481
2 changed files with 4 additions and 3 deletions

View file

@ -3,7 +3,7 @@
# separate terms of service, privacy policy, and support
# documentation.
name: Build Apk
name: Build app-dev-release.apk
on:
push:

View file

@ -3,7 +3,7 @@
# separate terms of service, privacy policy, and support
# documentation.
name: Dart
name: Pull Request check
on:
push:
@ -14,6 +14,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
@ -31,7 +32,7 @@ jobs:
run: flutter pub run intl_utils:generate
- name: Analyze project source
run: flutter analyze
run: flutter analyze lib --fatal-infos
- name: Run tests
run: flutter test