mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
update
Signed-off-by: Jess Frazelle <jess@oxide.computer>
This commit is contained in:
parent
15d4cac029
commit
fa996b461b
12
.github/workflows/make-test.yml
vendored
Normal file
12
.github/workflows/make-test.yml
vendored
Normal 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
|
|
@ -1,8 +0,0 @@
|
||||||
---
|
|
||||||
sudo: required
|
|
||||||
notifications:
|
|
||||||
email: true
|
|
||||||
services:
|
|
||||||
- docker
|
|
||||||
script:
|
|
||||||
- make test
|
|
|
@ -1,6 +1,6 @@
|
||||||
## dockerfiles
|
## 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.
|
This is a repo to hold various Dockerfiles for images I create.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user