mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-30 07:35:40 +02: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
|
||||
|
||||
[](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.
|
||||
|
||||
@ -48,4 +48,4 @@ latest-versions Checks all the latest versions of the Dockerfile
|
||||
run Run a Dockerfile from the command at the top of the file (ex. DIR=telnet).
|
||||
shellcheck Runs the shellcheck tests on the scripts.
|
||||
test Runs the tests on the repository.
|
||||
```
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user