We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bd3f1f commit bc4c812Copy full SHA for bc4c812
.github/workflows/ci.yml
@@ -207,8 +207,8 @@ jobs:
207
sudo apt-get update
208
sudo apt-get install -y redis-server redis-tools libssl-dev
209
210
- # install components (ganache-cli ilp-settlement-xrp conventional-changelog-cli)
211
- npm install -g ganache-cli ilp-settlement-xrp conventional-changelog-cli
+ # install components (ganache-cli ilp-settlement-xrp)
+ npm install -g ganache-cli ilp-settlement-xrp
212
213
- name: Test
214
run: scripts/run-md-test.sh '^.*$' 2
0 commit comments