mirror of https://github.com/Squidex/squidex.git
committed by
GitHub
1 changed files with 14 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||
name: Test Pull Request |
|||
|
|||
on: |
|||
pull_request: |
|||
branches: |
|||
- master |
|||
|
|||
jobs: |
|||
build: |
|||
runs-on: ubuntu-latest |
|||
steps: |
|||
- uses: actions/checkout@v1 |
|||
- name: Build the Docker image |
|||
run: docker build . --file Dockerfile |
|||
Loading…
Reference in new issue