Removed version
Some checks failed
Push Pipeline / update_version (push) Successful in 6s
Push Pipeline / test (push) Failing after 1m42s
Push Pipeline / generate_licenses (push) Failing after 1m42s
Push Pipeline / generate_localizations (push) Failing after 12s
Push Pipeline / sort_arb_files (push) Failing after 13s
Push Pipeline / format (push) Has been skipped
Push Pipeline / build (push) Has been skipped
Some checks failed
Push Pipeline / update_version (push) Successful in 6s
Push Pipeline / test (push) Failing after 1m42s
Push Pipeline / generate_licenses (push) Failing after 1m42s
Push Pipeline / generate_localizations (push) Failing after 12s
Push Pipeline / sort_arb_files (push) Failing after 13s
Push Pipeline / format (push) Has been skipped
Push Pipeline / build (push) Has been skipped
This commit is contained in:
@@ -20,11 +20,10 @@ jobs:
|
|||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
channel: stable
|
channel: stable
|
||||||
flutter-version: 3.41.0
|
|
||||||
|
|
||||||
- name: Get dependencies
|
- name: Get dependencies
|
||||||
run: |
|
run: |
|
||||||
git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-3.41.0-x64
|
git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-x64
|
||||||
flutter pub get
|
flutter pub get
|
||||||
|
|
||||||
- name: Analyze Formatting
|
- name: Analyze Formatting
|
||||||
@@ -46,11 +45,10 @@ jobs:
|
|||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
channel: stable
|
channel: stable
|
||||||
flutter-version: 3.41.0
|
|
||||||
|
|
||||||
- name: Get dependencies
|
- name: Get dependencies
|
||||||
run: |
|
run: |
|
||||||
git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-3.41.0-x64
|
git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-x64
|
||||||
flutter pub get
|
flutter pub get
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
@@ -72,11 +70,10 @@ jobs:
|
|||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
channel: stable
|
channel: stable
|
||||||
flutter-version: 3.41.0
|
|
||||||
|
|
||||||
- name: Get dependencies
|
- name: Get dependencies
|
||||||
run: |
|
run: |
|
||||||
git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-3.41.0-x64
|
git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-x64
|
||||||
flutter pub get
|
flutter pub get
|
||||||
|
|
||||||
- name: Check for untranslated messages
|
- name: Check for untranslated messages
|
||||||
|
|||||||
@@ -23,11 +23,10 @@ jobs:
|
|||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
channel: stable
|
channel: stable
|
||||||
flutter-version: 3.41.0
|
|
||||||
|
|
||||||
- name: Get dependencies
|
- name: Get dependencies
|
||||||
run: |
|
run: |
|
||||||
git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-3.41.0-x64
|
git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-x64
|
||||||
flutter pub get
|
flutter pub get
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
@@ -88,11 +87,10 @@ jobs:
|
|||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
channel: stable
|
channel: stable
|
||||||
flutter-version: 3.41.0
|
|
||||||
|
|
||||||
- name: Get dependencies
|
- name: Get dependencies
|
||||||
run: |
|
run: |
|
||||||
git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-3.41.0-x64
|
git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-x64
|
||||||
flutter pub get
|
flutter pub get
|
||||||
|
|
||||||
- name: Generate oss_licenses.dart
|
- name: Generate oss_licenses.dart
|
||||||
@@ -128,11 +126,10 @@ jobs:
|
|||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
channel: stable
|
channel: stable
|
||||||
flutter-version: 3.41.0
|
|
||||||
|
|
||||||
- name: Get dependencies
|
- name: Get dependencies
|
||||||
run: |
|
run: |
|
||||||
git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-3.41.0-x64
|
git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-x64
|
||||||
flutter pub get
|
flutter pub get
|
||||||
|
|
||||||
- name: Generate localizations
|
- name: Generate localizations
|
||||||
@@ -184,11 +181,10 @@ jobs:
|
|||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
channel: stable
|
channel: stable
|
||||||
flutter-version: 3.41.0
|
|
||||||
|
|
||||||
- name: Get dependencies
|
- name: Get dependencies
|
||||||
run: |
|
run: |
|
||||||
git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-3.41.0-x64
|
git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-x64
|
||||||
flutter pub get
|
flutter pub get
|
||||||
|
|
||||||
- name: Sort .arb-Files
|
- name: Sort .arb-Files
|
||||||
@@ -246,11 +242,10 @@ jobs:
|
|||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
channel: stable
|
channel: stable
|
||||||
flutter-version: 3.41.0
|
|
||||||
|
|
||||||
- name: Get dependencies
|
- name: Get dependencies
|
||||||
run: |
|
run: |
|
||||||
git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-3.41.0-x64
|
git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-x64
|
||||||
flutter pub get
|
flutter pub get
|
||||||
|
|
||||||
- name: Check code format
|
- name: Check code format
|
||||||
@@ -311,11 +306,10 @@ jobs:
|
|||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
channel: stable
|
channel: stable
|
||||||
flutter-version: 3.41.0
|
|
||||||
|
|
||||||
- name: Get dependencies
|
- name: Get dependencies
|
||||||
run: |
|
run: |
|
||||||
git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-3.41.0-x64
|
git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-x64
|
||||||
flutter pub get
|
flutter pub get
|
||||||
|
|
||||||
- name: Build APK
|
- name: Build APK
|
||||||
|
|||||||
Reference in New Issue
Block a user