stripe / pg-schema-diff

Go library for diffing Postgres schemas and generating SQL migrations
MIT License
316 stars 23 forks source link

Show postgres in run_tests job name #40

Closed alexaub-stripe closed 1 year ago

alexaub-stripe commented 1 year ago

Description

Makes it a bit clearer in views what the different run_tests jobs are by including postgresql in the version. Feel free to push back if you think this harms brevity.

Old:

image

New:

image

Motivation

Didn't know what run_tests (14) and run_tests (15) were in a PR

Testing

CI