mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 22:32:39 +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
|
## 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.
|
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).
|
run Run a Dockerfile from the command at the top of the file (ex. DIR=telnet).
|
||||||
shellcheck Runs the shellcheck tests on the scripts.
|
shellcheck Runs the shellcheck tests on the scripts.
|
||||||
test Runs the tests on the repository.
|
test Runs the tests on the repository.
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user