add post test

This commit is contained in:
Frank 2020-04-21 13:58:56 +02:00
parent 193a7dd98c
commit 65d4ab42a4

View file

@ -15,3 +15,10 @@ jobs:
with:
url: 'https://postman-echo.com/get'
method: 'GET'
- name: Request Postment Echo POST
uses: ./
with:
url: 'https://postman-echo.com/post'
method: 'POST'
data: '{ "key": "value" }'