diff options
author | Devaev Maxim <[email protected]> | 2020-06-05 10:48:56 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-06-05 10:48:56 +0300 |
commit | ac24aa6100188c66a06fa8f624fd32a2212e645f (patch) | |
tree | 587e2f83cd389cb0d5fd4f947aad8e4be1e079cd | |
parent | 4c78f7351786157b987dc53af86803da52ee72b7 (diff) |
Revert "fix"
This reverts commit 4c78f7351786157b987dc53af86803da52ee72b7.
-rw-r--r-- | .github/workflows/dockerimage.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/dockerimage.yml b/.github/workflows/dockerimage.yml index 1b4cda59..b23de9c6 100644 --- a/.github/workflows/dockerimage.yml +++ b/.github/workflows/dockerimage.yml @@ -13,5 +13,8 @@ jobs: steps: - uses: actions/checkout@v2 + - name: Building testenv ... + run: make testenv + - name: Running tests ... - run: make tox NC=1 + run: make tox |