diff --git a/.github/workflows/test.patch.yml b/.github/workflows/test.patch.yml index 0b0b89dd..0aebc3ef 100644 --- a/.github/workflows/test.patch.yml +++ b/.github/workflows/test.patch.yml @@ -46,6 +46,13 @@ jobs: steps: - run: 'echo "No build required"' + test-lightwalletd-integration: + name: Test integration with lightwalletd + runs-on: ubuntu-latest + needs: build + steps: + - run: 'echo "No build required"' + regenerate-stateful-disks: name: Regenerate stateful disks runs-on: ubuntu-latest @@ -61,4 +68,4 @@ jobs: runs-on: ubuntu-latest needs: [ build, regenerate-stateful-disks] steps: - - run: 'echo "No build required"' \ No newline at end of file + - run: 'echo "No build required"'