Signed-off-by: Jess Frazelle <jess@oxide.computer>
This commit is contained in:
Jess Frazelle 2020-05-18 10:38:16 -07:00
parent 15d4cac029
commit fa996b461b
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
3 changed files with 14 additions and 10 deletions

12
.github/workflows/make-test.yml vendored Normal file
View File

@ -0,0 +1,12 @@
on:
push
name: make test
jobs:
test:
name: make test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: make test
run: make test
shell: bash

View File

@ -1,8 +0,0 @@
---
sudo: required
notifications:
email: true
services:
- docker
script:
- make test

View File

@ -1,6 +1,6 @@
## dockerfiles
[![Travis CI](https://img.shields.io/travis/jessfraz/dockerfiles.svg?style=for-the-badge)](https://travis-ci.org/jessfraz/dockerfiles)
[![make test](https://github.com/jessfraz/dockerfiles/workflows/make%20test/badge.svg)](https://github.com/jessfraz/dockerfiles/actions?query=workflow%3A%22make+test%22+branch%3Amaster)
This is a repo to hold various Dockerfiles for images I create.