Skip to content

Commit

Permalink
fix(mobile): fix path main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thaidmfinnick committed Aug 4, 2023
1 parent 3765446 commit 5125a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- run: flutter --version

- name: Install dependencies
run: flutter pub get
run: cd mobile_app && flutter pub get
# - name: Run test
# run: flutter test --coverage
- name: Build APK
Expand Down

0 comments on commit 5125a71

Please sign in to comment.