Skip to content

Commit 5f86150

Browse files
committed
test command
1 parent e3e5681 commit 5f86150

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/functions_client.yml

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

5959
- name: Format coverage
60-
run: melos run format-coverage
60+
run: |
61+
pwd
62+
melos run format-coverage
6163
6264
- name: Upload coverage results to Coveralls
6365
uses: coverallsapp/github-action@master

0 commit comments

Comments
 (0)