mirror of
https://github.com/fjogeleit/http-request-action.git
synced 2026-02-04 16:45:52 +08:00
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@@ -43,6 +43,13 @@ jobs:
|
||||
username: 'postman'
|
||||
password: 'password'
|
||||
|
||||
- name: Request Postment Echo with 404 Response and ignore failure code
|
||||
uses: ./
|
||||
with:
|
||||
url: 'https://postman-echo.com/status/404'
|
||||
method: 'GET'
|
||||
ignoreStatusCodes: '404'
|
||||
|
||||
- name: Create Test File
|
||||
id: image
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user