Skip to content

Commit

Permalink
feat(flavor): fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
julien4215 committed Feb 23, 2024
1 parent 23937a8 commit 0b6c75c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: cp .env.template .env

- name: Test project
run: flutter test --coverage
run: flutter test --flavor prod --coverage

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ Titan's tests follow the official [Flutter documentation](https://docs.flutter.d

Tests can be run using:
```bash
flutter test
flutter test --flavor dev
```

To run a specific test file :
```bash
flutter test path/to/file.dart
flutter test --flavor dev path/to/file.dart
```

### Flavors
Expand Down

0 comments on commit 0b6c75c

Please sign in to comment.