up
This commit is contained in:
parent
4ec6d7bce9
commit
03ddf4d8e9
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
|
@ -29,5 +29,7 @@ jobs:
|
||||||
run: docker cp polar-n2-dave:/home/lnd/.lnd/data/chain/bitcoin/regtest/admin.macaroon dave-admin.macaroon
|
run: docker cp polar-n2-dave:/home/lnd/.lnd/data/chain/bitcoin/regtest/admin.macaroon dave-admin.macaroon
|
||||||
- name: copy env file
|
- name: copy env file
|
||||||
run: cp src/tests/.env.test .env
|
run: cp src/tests/.env.test .env
|
||||||
|
- name: Install dependencies
|
||||||
|
run: npm install
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: npm test
|
run: npm test
|
||||||
Loading…
Add table
Add a link
Reference in a new issue