Merge pull request #1743 from paulromano/ci-job-name

Set GitHub Actions CI job name
This commit is contained in:
Patrick Shriwise 2021-01-08 14:19:30 -06:00 committed by GitHub
commit af71d3e275
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,6 +52,9 @@ jobs:
python-version: 3.8
omp: n
mpi: y
name: 'Python ${{ matrix.python-version }} (omp=${{ matrix.omp }},
mpi=${{ matrix.mpi }}, dagmc=${{ matrix.dagmc }}, event=${{ matrix.event }}
vectfit=${{ matrix.vectfit }})'
env:
MPI: ${{ matrix.mpi }}
@ -65,7 +68,7 @@ jobs:
-
uses: actions/checkout@v2
-
-
name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
@ -94,7 +97,7 @@ jobs:
run: |
echo "$HOME/NJOY2016/build" >> $GITHUB_PATH
$GITHUB_WORKSPACE/tools/ci/gha-install.sh
-
-
name: before
shell: bash
run: $GITHUB_WORKSPACE/tools/ci/gha-before-script.sh
@ -104,7 +107,7 @@ jobs:
shell: bash
run: $GITHUB_WORKSPACE/tools/ci/gha-script.sh
-
-
name: after_success
shell: bash
run: |
@ -119,4 +122,4 @@ jobs:
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}
parallel-finished: true
parallel-finished: true