Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bravekingzhang authored Apr 25, 2023
1 parent a091d26 commit c866f23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
channel: 'stable'
- run: flutter pub get
- run: flutter test
# - run: flutter test
- run: flutter build apk
- uses: skx/github-action-publish-binaries@master
env:
Expand All @@ -33,7 +33,7 @@ jobs:
channel: 'stable'
architecture: x64
- run: flutter pub get
- run: flutter test
# - run: flutter test
- run: flutter build ios --release --no-codesign

build-windows:
Expand Down

0 comments on commit c866f23

Please sign in to comment.