docker test

This commit is contained in:
NatureFreshMilk 2019-11-28 12:37:46 +01:00
parent 3485d390b3
commit 409acda3be

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

@ -0,0 +1,15 @@
name: test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: test
run: docker --version