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
|
||||
|
Reference in New Issue
Block a user