Skip to content

feat(test): Implementing a new test framework for core lightning #308

feat(test): Implementing a new test framework for core lightning

feat(test): Implementing a new test framework for core lightning #308

Workflow file for this run

name: Integration testing
on:
push:
branches: [master]
pull_request:
branches: [master]
schedule:
- cron: '30 1 1,15 * *'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Integration testing
run: |
docker-compose up --exit-code-from rust_clightning_rpc --quiet-pull
- name: Upload lightning log
uses: actions/upload-artifact@v2
if: failure()
with:
path: |
sandbox/node_one.log
sandbox/node_two.log
name: ${{ github.run_number }}