summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2019-12-30 10:10:36 -0800
committerTodd Gamblin <tgamblin@llnl.gov>2019-12-31 17:59:59 -0800
commit9192f046d2393616df50963edc9c49d7f4ca62cb (patch)
treec6424db838a6cd7785785091d9bfbcf61aa648ef /.github
parent1ac0c51dad63458f20eeaa0e8243acaec7bd1294 (diff)
downloadspack-9192f046d2393616df50963edc9c49d7f4ca62cb.tar.gz
spack-9192f046d2393616df50963edc9c49d7f4ca62cb.tar.bz2
spack-9192f046d2393616df50963edc9c49d7f4ca62cb.tar.xz
spack-9192f046d2393616df50963edc9c49d7f4ca62cb.zip
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.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux_build_tests.yaml (renamed from .github/workflows/build_tests_linux.yaml)2
-rw-r--r--.github/workflows/minimum_python_versions.yaml6
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/build_tests_linux.yaml b/.github/workflows/linux_build_tests.yaml
index 15aaa19f06..27be6c3c18 100644
--- a/.github/workflows/build_tests_linux.yaml
+++ b/.github/workflows/linux_build_tests.yaml
@@ -1,4 +1,4 @@
-name: Build Tests Linux
+name: linux builds
on:
push:
diff --git a/.github/workflows/minimum_python_versions.yaml b/.github/workflows/minimum_python_versions.yaml
index f0a5736849..c55042ffa1 100644
--- a/.github/workflows/minimum_python_versions.yaml
+++ b/.github/workflows/minimum_python_versions.yaml
@@ -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