mirror of https://github.com/django/django.git
Improved names for Selenium daily builds.
This commit is contained in:
parent
8b062eab8e
commit
17cdc7395e
|
@ -53,7 +53,7 @@ jobs:
|
|||
|
||||
selenium-sqlite:
|
||||
runs-on: ubuntu-latest
|
||||
name: SQLite
|
||||
name: Selenium tests, SQLite
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
@ -73,7 +73,7 @@ jobs:
|
|||
|
||||
selenium-postgresql:
|
||||
runs-on: ubuntu-latest
|
||||
name: PostgreSQL
|
||||
name: Selenium tests, PostgreSQL
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:12-alpine
|
||||
|
|
Loading…
Reference in New Issue