Skip to content

Commit

Permalink
fix melos pg melos test path
Browse files Browse the repository at this point in the history
  • Loading branch information
narunblog committed Jul 31, 2023
1 parent a9c6809 commit 98c8941
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flutter_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
run: melos bootstrap --sdk-path=${{ runner.tool_cache }}/flutter
# 依存関係を解決
- name: Install Flutter dependencies by melos
run: melos pg
run: melos pg --sdk-path=${{ runner.tool_cache }}/flutter
# テストを実行
- name: Run Flutter Test by melos
run: melos test --machine --coverage > test-report.log
run: melos test --sdk-path=${{ runner.tool_cache }}/flutter --machine --coverage > test-report.log

# # flutter pub get を実行
# - name: Install Flutter dependencies
Expand Down

0 comments on commit 98c8941

Please sign in to comment.