Skip to content

Commit d1551e5

Browse files
committed
Improve GitHub Action
1 parent f4aa5c3 commit d1551e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v2
1818
- name: Start containers
1919
run: docker-compose up -d --build
20-
- name: Test Gatway web service
20+
- name: Test web service
2121
run: |
2222
sleep 3
2323
curl --fail http://localhost/v1/contacts

0 commit comments

Comments
 (0)