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 # separate terms of service, privacy policy, and support
# documentation. # documentation.
name: Build Apk name: Build app-dev-release.apk
on: on:
push: push:

View file

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