We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11a1ff6 commit ad687dfCopy full SHA for ad687df
.github/workflows/job.test.yml
@@ -30,7 +30,7 @@ env:
30
jobs:
31
acceptance:
32
runs-on: ${{ matrix.os }}-latest
33
- name: ${{ matrix.os }}, Python ${{ matrix.python }}, Node ${{ matrix.nodejs }}
+ name: ${{ matrix.os }} py${{ matrix.python }} node${{ matrix.nodejs }}
34
strategy:
35
# TODO: maybe turn back on
36
fail-fast: false
0 commit comments