Skip to content

Commit

Permalink
clearer names for test jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
imnotjames committed Jul 25, 2020
1 parent 1616790 commit 0e1d3d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ workflows:
- lint
- build
- test:
name: test-common-node<< matrix.node-version >>
name: test (mysql mariadb sqlite better-sqlite3 postgres sqljs mssql mongodb) - Node v<< matrix.node-version >>
requires:
- lint
- build
Expand All @@ -147,7 +147,7 @@ workflows:
- "12"
- "13"
- test:
name: test-cockroachdb-node12
name: test (cockroachdb) - Node v12
requires:
- lint
- build
Expand Down

0 comments on commit 0e1d3d1

Please sign in to comment.