1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00

Improved names for Selenium daily builds.

This commit is contained in:
Mariusz Felisiak 2023-06-18 13:20:05 +02:00 committed by GitHub
parent 8b062eab8e
commit 17cdc7395e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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