15 lines
182 B
YAML
15 lines
182 B
YAML
name: Image testing
|
|
|
|
on:
|
|
- push
|
|
|
|
jobs:
|
|
tests:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v1
|
|
- name: testing
|
|
run: |
|
|
make build
|
|
make test
|