Skip to content

Commit

Permalink
chore(1.7.0): update workflow and make
Browse files Browse the repository at this point in the history
  • Loading branch information
ziqq committed Jul 25, 2024
1 parent 06e5d27 commit 99174c4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/checkout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,14 @@ jobs:
echo "$version_dart" > /tmp/version_dart
diff /tmp/version_pubspec /tmp/version_dart
- name: 🧪 Run unit tests
id: run-unit-tests
- name: 🧪 Run tests
timeout-minutes: 2
run: |
dart test --color --platform=vm --concurrency=12 \
--timeout=60s --reporter=github --file-reporter=json:coverage/tests.json \
--coverage=coverage -- test/unit_test.dart
flutter test -r github -j 6 --coverage test/flutter_in_store_app_version_checker_test.dart
- name: 📥 Upload coverage to Codecov
timeout-minutes: 1
uses: codecov/codecov-action@v3
with:
files: ./coverage/lcov.info
# token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
6 changes: 0 additions & 6 deletions tool/makefile/main.mk
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,6 @@ dependencies: upgrade
@fvm flutter pub outdated --dependency-overrides \
--dev-dependencies --prereleases --show-all --transitive

# Runs generate locales
locales:
@echo "╠ CREATE LOCALES"
@fvm flutter gen-l10n
@echo "╠ LOCALES CREATED SUCCESSFULLY"

# Run build_runner:build
build-runner:
@echo "╠ RUN BUILD RUNNER:BUILD"
Expand Down

0 comments on commit 99174c4

Please sign in to comment.