summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/schedule_tests.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/schedule_tests.yml b/.github/workflows/schedule_tests.yml
index b46298311f..cdfaa87596 100644
--- a/.github/workflows/schedule_tests.yml
+++ b/.github/workflows/schedule_tests.yml
@@ -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