tests: rename checks in github actions
I usually want to look at the Travis CI output, but I currently have to scroll down to see it. This renames checks to be a bit shorter and more consistent with Travis's naming, and also so that actions appear lower than travis and codecov in the list of checks.
This commit is contained in:
		| @@ -1,4 +1,4 @@ | ||||
| name: Build Tests Linux | ||||
| name: linux builds | ||||
| 
 | ||||
| on: | ||||
|   push: | ||||
| @@ -1,4 +1,4 @@ | ||||
| name: Minimum Python Versions | ||||
| name: python version check | ||||
|  | ||||
| on: | ||||
|   push: | ||||
| @@ -10,7 +10,7 @@ on: | ||||
|       - master | ||||
|       - develop | ||||
| jobs: | ||||
|   build: | ||||
|   validate: | ||||
|  | ||||
|     runs-on: ubuntu-latest | ||||
|  | ||||
| @@ -19,7 +19,7 @@ jobs: | ||||
|     - name: Setup Python | ||||
|       uses: actions/setup-python@v1 | ||||
|       with: | ||||
|         python-version: 2.7 | ||||
|         python-version: 3.7 | ||||
|     - name: Install Python Packages | ||||
|       run: | | ||||
|         pip install --upgrade pip | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| # <img src="https://cdn.rawgit.com/spack/spack/develop/share/spack/logo/spack-logo.svg" width="64" valign="middle" alt="Spack"/> Spack | ||||
|  | ||||
| [](https://travis-ci.org/spack/spack) | ||||
| [](https://github.com/spack/spack/actions) | ||||
| [](https://github.com/spack/spack/actions) | ||||
| [](https://codecov.io/gh/spack/spack) | ||||
| [](https://spack.readthedocs.io) | ||||
| [](https://spackpm.herokuapp.com) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Todd Gamblin
					Todd Gamblin