Skip to content

Dockerfile: fail fast if mbuffer is not compatible/fetchable [#589] #116

Dockerfile: fail fast if mbuffer is not compatible/fetchable [#589]

Dockerfile: fail fast if mbuffer is not compatible/fetchable [#589] #116

Workflow file for this run

name: Build
on:
push:
branches-ignore:
- master
tags-ignore:
- "*"
pull_request:
types: [opened, reopened]
jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run test within image
run: docker build --target test .