Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
gopi2401 committed Sep 29, 2024
1 parent 95113de commit 76ea075
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/flutter test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
ref: main

# Setup Java environment in order to build the Android app.
- uses: actions/setup-java@v1
Expand Down Expand Up @@ -40,10 +38,10 @@ jobs:
# - run: flutter format --set-exit-if-changed .

# Statically analyze the Dart code for any errors.
- run: flutter analyze .
- run: flutter doctor -v .

# Run widget tests for our flutter project.
# - run: flutter test

# Build apk.
- run: flutter build apk --release
# - run: flutter build apk --release

0 comments on commit 76ea075

Please sign in to comment.