From 5562c2013b6bbf820e20959c201d06a75db6a057 Mon Sep 17 00:00:00 2001 From: Katie Byers Date: Thu, 7 Jan 2021 17:35:11 -0800 Subject: [PATCH] make job name nicer --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 359370cf4f4a..7ae792270596 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -76,7 +76,7 @@ jobs: run: yarn lint job_unit_test: - name: Test + name: Test (Node ${{ matrix.node }}) needs: job_build continue-on-error: true timeout-minutes: 30