Skip to content

Commit

Permalink
chore(very_good_wear_app): remove e2e package
Browse files Browse the repository at this point in the history
  • Loading branch information
alestiago committed Feb 21, 2024
1 parent 27084a6 commit 90ee6ad
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 174 deletions.
38 changes: 0 additions & 38 deletions .github/workflows/very_good_wear_app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,41 +65,3 @@ jobs:
uses: VeryGoodOpenSource/very_good_coverage@v2
with:
path: output/test_app/coverage/lcov.info

e2e:
runs-on: ubuntu-latest

defaults:
run:
working-directory: very_good_wear_app/e2e

strategy:
matrix:
flutter-version:
# The version of Flutter to use should use the minimum Dart SDK version supported by the package,
# refer to https://docs.flutter.dev/development/tools/sdk/releases.
- "3.13.0"
- "any"

steps:
- name: 📚 Git Checkout
uses: actions/checkout@v4

- name: 🐦 Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: ${{ matrix.flutter-version }}

- name: 📦 Install Dependencies
run: |
flutter pub global activate very_good_cli
very_good packages get --recursive
- name: ✨ Check Formatting
run: dart format --line-length 80 --set-exit-if-changed lib test

- name: 🕵️ Analyze
run: flutter analyze lib test

- name: 🧪 Run Tests
run: very_good test -j 4 --optimization --test-randomize-ordering-seed random
45 changes: 0 additions & 45 deletions very_good_wear_app/e2e/README.md

This file was deleted.

1 change: 0 additions & 1 deletion very_good_wear_app/e2e/analysis_options.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions very_good_wear_app/e2e/dart_test.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions very_good_wear_app/e2e/lib/e2e.dart

This file was deleted.

12 changes: 0 additions & 12 deletions very_good_wear_app/e2e/pubspec.yaml

This file was deleted.

74 changes: 0 additions & 74 deletions very_good_wear_app/e2e/test/brick/brick_test.dart

This file was deleted.

0 comments on commit 90ee6ad

Please sign in to comment.