bang/.github/workflows/tests.yaml
2020-12-13 11:43:03 +01:00

11 lines
222 B
YAML

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