Skip to content

Commit

Permalink
Merge pull request meAmidos#25 from meAmidos/feature/github-actions
Browse files Browse the repository at this point in the history
Test docker build in pull requests
  • Loading branch information
meAmidos authored Jun 3, 2020
2 parents 01cb92b + aab175e commit cc6f5fe
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Test image build

on:
pull_request:
branches: [ master ]

jobs:
build:
name: Build docker image

runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v2

- name: Build
run: docker build .
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea/*

0 comments on commit cc6f5fe

Please sign in to comment.