diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-04-12 23:51:40 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-04-13 23:41:54 -0600 |
| commit | 3429d025431bdaf33b0493ea35a0e3107bddfc41 (patch) | |
| tree | 7ad4900863ab4cb05581d11358c9cf68a66ae4d9 /.github | |
| parent | 0c05875847f8927f530ec960d0ab740d78e6d92b (diff) | |
use value of primary for primary property in CI matrix to make it easier to identify in report
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 691449c9..05600d3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: rouge-version: '~> 2.0.0' - os: ubuntu-latest ruby: '3.0' - primary: true + primary: primary runs-on: ${{ matrix.os }} env: COVERAGE: ${{ matrix.primary }} |
