Skip to content

Commit a41c08a

Browse files
committed
Fix a GitHub step name to contain more accurate information.
1 parent a60dc47 commit a41c08a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test-docker-compose.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
- main
77
pull_request:
88

9-
109
jobs:
1110
test-docker-compose:
1211
name: Verify Docker Compose setup
@@ -16,7 +15,7 @@ jobs:
1615
- name: Checkout code
1716
uses: actions/checkout@v4
1817

19-
- name: Start databases and the map-matching service
18+
- name: Start the database and the map-matching service
2019
run: ./development.sh start
2120

2221
- name: Verify that dockerized map-matching API is up and running

0 commit comments

Comments
 (0)