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 27d5aa5 commit aae548aCopy full SHA for aae548a
.github/workflows/python-test.yaml
@@ -19,7 +19,7 @@ on:
19
20
jobs:
21
test_package:
22
- name: Test ${{ matrix.os }} Python ${{ matrix.python_version }}
+ name: Test ${{ matrix.os }} Python ${{ matrix.python_version }} Node ${{ matrix.node_version }}
23
runs-on: ${{ matrix.os }}
24
strategy:
25
fail-fast: false
0 commit comments