Skip to content

Delete rdme-docs-sync.yml #246

Delete rdme-docs-sync.yml

Delete rdme-docs-sync.yml #246

Workflow file for this run

name: CI Alpine
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
name: Build
timeout-minutes: 120
strategy:
fail-fast: false
matrix:
include:
- { OS: alpine }
steps:
- uses: actions/checkout@v3
- name: Integration testing
run: |
docker build -f contrib/docker/Dockerfile.${{matrix.OS}} -t clightning-${{matrix.OS}} .