mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
f46929fb36
Signed-off-by: Jess Frazelle <jess@oxide.computer>
15 lines
245 B
YAML
15 lines
245 B
YAML
on:
|
|
push
|
|
name: make test
|
|
jobs:
|
|
test:
|
|
name: make test
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@master
|
|
with:
|
|
fetch-depth: '2'
|
|
- name: make test
|
|
run: make test
|
|
shell: bash
|