Update and rename main.yml to test.yml

This commit is contained in:
Peter Braden 2019-09-19 18:11:30 +02:00 committed by GitHub
parent db093cb2ec
commit 9e45f1df1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

13
.github/workflows/test.yml vendored Normal file
View File

@ -0,0 +1,13 @@
name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Test Ubuntu
run: docker build -t peterbraden/node-opencv-ubuntu-14-04 -f test/Dockerfile-ubuntu-14-04 .