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:
parent
8b062eab8e
commit
17cdc7395e
4
.github/workflows/schedule_tests.yml
vendored
4
.github/workflows/schedule_tests.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
|||||||
|
|
||||||
selenium-sqlite:
|
selenium-sqlite:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: SQLite
|
name: Selenium tests, SQLite
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
@ -73,7 +73,7 @@ jobs:
|
|||||||
|
|
||||||
selenium-postgresql:
|
selenium-postgresql:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: PostgreSQL
|
name: Selenium tests, PostgreSQL
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:12-alpine
|
image: postgres:12-alpine
|
||||||
|
Loading…
Reference in New Issue
Block a user