One-KVM/.github/workflows/dockerimage.yml
Devaev Maxim ac24aa6100 Revert "fix"
This reverts commit 4c78f7351786157b987dc53af86803da52ee72b7.
2020-06-05 10:48:56 +03:00

21 lines
332 B
YAML

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