Skip to content

fix: Modified tests to use runner_features #331

fix: Modified tests to use runner_features

fix: Modified tests to use runner_features #331

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
strategy:
fail-fast: false
matrix:
include:
- { LN_IMPL: clightning }
steps:
- uses: actions/checkout@v2
- name: Integration testing
run: |
docker build -f docker/Dockerfile.${{matrix.LN_IMPL}} -t lnprototest-${{matrix.LN_IMPL}} .
docker run lnprototest-${{matrix.LN_IMPL}}