mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 14:22:40 +01:00
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
|
||||
|
||||
[](https://travis-ci.org/jessfraz/dockerfiles)
|
||||
[](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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user