Update job names to be more explicit (#4137)

It's still not clear which jobs pass/fail on tests. This change will update the name of the job which is run to be more explicit that it only pass/fails on the build step
This commit is contained in:
John Hill 2021-08-19 16:25:07 -04:00 committed by GitHub
parent a99ce7733c
commit 38880ba3d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,12 +56,12 @@ workflows:
browser: ChromeHeadless
always-pass: false
- test:
name: node12-firefoxESR
name: node12-firefoxESR-build-only
node-version: lts/erbium
browser: FirefoxESR
always-pass: true
- test:
name: node14-chrome
name: node14-chrome-build-only
node-version: lts/fermium
browser: ChromeHeadless
always-pass: true