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
1 changed files with 2 additions and 2 deletions

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