From 8db0ccdf984cdd29536ad4c401024452ce1342a8 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Fri, 8 Jan 2021 08:31:34 -0600 Subject: [PATCH] Set GitHub Actions CI job name --- .github/workflows/ci.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8ab9235ef..56a671b121 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 \ No newline at end of file + parallel-finished: true