Skip to content

Commit

Permalink
Merge pull request #8 from ntaworking/features/ci-cd/working
Browse files Browse the repository at this point in the history
Build CI
  • Loading branch information
devnta authored Jan 26, 2024
2 parents b0627dc + 97c1376 commit abd0e87
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:
uses: futureware-tech/simulator-action@v3
with:
model: 'iPhone 14'
- run: flutter doctor -v
- run: flutter pub get
- run: flutter pub run build_runner build --delete-conflicting-outputs
- run: flutter test --flavor=dev
# - run: flutter test --flavor=dev
- run: flutter test integration_test --flavor=dev

0 comments on commit abd0e87

Please sign in to comment.