bang/.github/workflows/tests.yaml
2020-12-16 20:29:25 +01:00

13 lines
258 B
YAML

name: Test Pull requests
on:
pull_request:
jobs:
test_build:
runs-on: ubuntu-latest
env:
DOCKER_BUILDKIT: '1'
steps:
- uses: actions/checkout@v2
- name: Build the Unified Docker image
run: docker build . --file Dockerfile