Skip to content

Commit f072634

Browse files
committed
verify melos path
1 parent 5f86150 commit f072634

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/functions_client.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,7 @@ jobs:
5757
run: dart test --coverage=./coverage
5858

5959
- name: Format coverage
60-
run: |
61-
pwd
62-
melos run format-coverage
60+
run: melos run format-coverage
6361

6462
- name: Upload coverage results to Coveralls
6563
uses: coverallsapp/github-action@master

melos.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ scripts:
5858
format-coverage:
5959
description: Updates the coverage for the workspace
6060
run: |
61+
pwd
6162
# Activate coverage
6263
dart pub global activate coverage
6364

0 commit comments

Comments
 (0)