One-KVM/.github/workflows/dockerimage.yml
Devaev Maxim 4c78f73517 fix
2020-06-05 10:43:49 +03:00

18 lines
267 B
YAML

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Running tests ...
run: make tox NC=1