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