Skip to content

build(deps): bump crossbeam-channel from 0.5.13 to 0.5.14 #428

build(deps): bump crossbeam-channel from 0.5.13 to 0.5.14

build(deps): bump crossbeam-channel from 0.5.13 to 0.5.14 #428

name: lnprototest testing
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '30 1 1,15 * *'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: lnprototest testing
env:
PROTO_TEST: 1
run: |
docker build -f docker/Dockerfile -t lampo-ci-ubuntu .
docker run -e PROTO_TEST=1 lampo-ci-ubuntu