Skip to content

Commit

Permalink
Remove test steps from Build Android & iOS workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
erdemyerebasmaz committed Jun 4, 2024
1 parent c2c8341 commit a973a23
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,6 @@ jobs:
working-directory: lbreez
run: dart analyze --fatal-infos

- name: 🛠️ Run tests
working-directory: lbreez
run: flutter test

- name: ⚙️ Setup compile-time variables
env:
CONFIG_FILE: ${{secrets.CONFIG_FILE}}
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,6 @@ jobs:
working-directory: lbreez
run: dart analyze --fatal-infos

- name: 🛠️ Run tests
working-directory: lbreez
run: flutter test

- name: ⚙️ Setup compile-time variables
env:
CONFIG_FILE: ${{secrets.CONFIG_FILE}}
Expand Down

0 comments on commit a973a23

Please sign in to comment.