mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-30 23:58:08 +02:00
13 lines
204 B
YAML
13 lines
204 B
YAML
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
|