-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
increase lightwalletd timeout, remove testnet tests (#4584)
* increase lightwalletd timeout * switch back to aditya's fork * manually point to new aditya's lightwalletd image * disable sync_one_checkpoint_testnet test * disable restart_stop_at_height in testnet * rever to 'latest' lightwalletd image
- Loading branch information
1 parent
d31fcae
commit 8c2b292
Showing
3 changed files
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ on: | |
# rebuild lightwalletd whenever the related Zebra code changes | ||
# | ||
# TODO: this code isn't compiled in this docker image | ||
# rebuild whenever the actual code at zcash/lightwalletd/master changes | ||
# rebuild whenever the actual code at lightwalletd/master changes | ||
- 'zebra-rpc/**' | ||
- 'zebrad/tests/acceptance.rs' | ||
- 'zebrad/src/config.rs' | ||
|
@@ -50,7 +50,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
with: | ||
repository: zcash/lightwalletd | ||
repository: adityapk00/lightwalletd | ||
ref: 'master' | ||
persist-credentials: false | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters