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 9f7d922 commit a833f0eCopy full SHA for a833f0e
.github/workflows/build.yml
@@ -76,7 +76,7 @@ jobs:
76
run: yarn lint
77
78
job_unit_test:
79
- name: Test
+ name: Test (Node ${{ matrix.node }})
80
needs: job_build
81
continue-on-error: true
82
timeout-minutes: 30
0 commit comments