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: | on: | ||||||
|   push: |   push: | ||||||
| @@ -1,4 +1,4 @@ | |||||||
| name: Minimum Python Versions | name: python version check | ||||||
|  |  | ||||||
| on: | on: | ||||||
|   push: |   push: | ||||||
| @@ -10,7 +10,7 @@ on: | |||||||
|       - master |       - master | ||||||
|       - develop |       - develop | ||||||
| jobs: | jobs: | ||||||
|   build: |   validate: | ||||||
|  |  | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|  |  | ||||||
| @@ -19,7 +19,7 @@ jobs: | |||||||
|     - name: Setup Python |     - name: Setup Python | ||||||
|       uses: actions/setup-python@v1 |       uses: actions/setup-python@v1 | ||||||
|       with: |       with: | ||||||
|         python-version: 2.7 |         python-version: 3.7 | ||||||
|     - name: Install Python Packages |     - name: Install Python Packages | ||||||
|       run: | |       run: | | ||||||
|         pip install --upgrade pip |         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 | # <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://travis-ci.org/spack/spack) | ||||||
| [](https://github.com/spack/spack/actions) | [](https://github.com/spack/spack/actions) | ||||||
| [](https://codecov.io/gh/spack/spack) | [](https://codecov.io/gh/spack/spack) | ||||||
| [](https://spack.readthedocs.io) | [](https://spack.readthedocs.io) | ||||||
| [](https://spackpm.herokuapp.com) | [](https://spackpm.herokuapp.com) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Todd Gamblin
					Todd Gamblin