Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

update: ensured when a test fails for proxy node, the route actually … #709

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update: ensured stack is cloned from master
  • Loading branch information
tobi-bams committed Jun 14, 2023
commit d472cdbf71d314275c601da00eba12d41d531d57
2 changes: 1 addition & 1 deletion .github/workflows/cln_proxy_integration_test.yml
Original file line number Diff line number Diff line change
@@ -66,7 +66,7 @@ jobs:
npm install && npm run build && docker build -t sphinxlightning/sphinx-relay .
- name: Checkout stack
run: |
git clone -b update/swarm-image https://github.com/stakwork/sphinx-stack.git stack
git clone https://github.com/stakwork/sphinx-stack.git stack
- name: give permissions
working-directory: ./stack
run: |
2 changes: 1 addition & 1 deletion .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
@@ -66,7 +66,7 @@ jobs:
npm install && npm run build && docker build -t sphinxlightning/sphinx-relay .
- name: Checkout stack
run: |
git clone -b update/proxy-tag https://github.com/stakwork/sphinx-stack.git stack
git clone https://github.com/stakwork/sphinx-stack.git stack
- name: give permissions
working-directory: ./stack
run: |
10 changes: 10 additions & 0 deletions dist/src/tests/controllers/invoices.test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/src/tests/controllers/invoices.test.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 9 additions & 4 deletions dist/src/tests/utils/invoices/payInvoice.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/src/tests/utils/invoices/payInvoice.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/tests/controllers/invoices.test.ts
Original file line number Diff line number Diff line change
@@ -51,7 +51,6 @@ async function invoices(t, node1, node2) {
)

if (node2.alias.includes('virtualNode') || node2.alias === 'dave') {
console.log('=====>', node2.alias, '<=====')
const balance = await getBalance(t, node2)
await helpers.sleep(1000)
const invoice = await createInvoice(t, node1, balance + 100, 'test invoice')