Skip to content

Commit c9497ca

Browse files
committed
fix workflow
1 parent d5ef456 commit c9497ca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/coverage.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ jobs:
3535
run: melos bootstrap
3636

3737
- name: Run unit tests
38+
env:
39+
MNEMONIC: ${{ secrets.MNEMONIC }}
40+
LINK: ${{ secrets.LINK }}
41+
SIGN_TYPE: ${{ secrets.SIGN_TYPE}}
3842
run: melos run unit_test
3943

4044
- name: Create coverage directory

0 commit comments

Comments
 (0)