File tree 1 file changed +3
-16
lines changed 1 file changed +3
-16
lines changed Original file line number Diff line number Diff line change @@ -34,31 +34,18 @@ jobs:
34
34
- name : Install dependencies
35
35
run : melos bootstrap
36
36
37
- - name : Run unit tests
37
+ - name : Run unit tests and generate coverage
38
38
env :
39
39
MNEMONIC : ${{ secrets.MNEMONIC }}
40
40
LINK : ${{ secrets.LINK }}
41
41
SIGN_TYPE : ${{ secrets.SIGN_TYPE}}
42
- run : melos run unit_test
43
-
44
- - name : Create coverage directory
45
- run : mkdir -p coverage
46
-
47
- - name : Debug Environment Variables
48
42
run : |
49
43
echo "MNEMONIC: $MNEMONIC"
50
44
echo "LINK: $LINK"
51
45
echo "SIGN_TYPE: $SIGN_TYPE"
52
-
53
46
54
- - name : Run unit tests
55
- env :
56
- MNEMONIC : ${{ secrets.MNEMONIC }}
57
- LINK : ${{ secrets.LINK }}
58
- SIGN_TYPE : ${{ secrets.SIGN_TYPE}}
59
- run : |
60
- melos exec rm -rf coverage
61
- melos run unit_test
47
+ - name : Create coverage directory
48
+ run : mkdir -p coverage
62
49
63
50
- name : Calculate and merge coverage
64
51
if : success()
You can’t perform that action at this time.
0 commit comments