From: Shane Jaroch Date: Wed, 20 Jul 2022 03:35:14 +0000 (-0400) Subject: move stuff around X-Git-Tag: v0.2.5~3 X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=cb7c40f7ecba9ff9e37faa78b27af6533d501baf;p=nutratech%2Fcli.git move stuff around --- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coveralls.yml similarity index 98% rename from .github/workflows/coverage.yml rename to .github/workflows/coveralls.yml index 20a2eaa..b0c8879 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coveralls.yml @@ -1,5 +1,5 @@ --- -name: cov-submit +name: coveralls "on": push: {} diff --git a/.github/workflows/test-linux.yml b/.github/workflows/test-linux.yml index c44d3e1..a765426 100644 --- a/.github/workflows/test-linux.yml +++ b/.github/workflows/test-linux.yml @@ -4,7 +4,7 @@ name: test-linux push: {} jobs: - test-linux: + python: runs-on: ubuntu-18.04 strategy: