From 4988f31481950fb979a123d9d63b12188050c5af Mon Sep 17 00:00:00 2001 From: Vadim <44135514+vodemn@users.noreply.github.com> Date: Wed, 15 Feb 2023 17:34:00 +0300 Subject: [PATCH] jobs rename --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index e8323d3..aebef22 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -3,7 +3,7 @@ # separate terms of service, privacy policy, and support # documentation. -name: Build Apk +name: Build app-dev-release.apk on: push: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ab48c6..023ef9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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