mirror of
https://github.com/fjogeleit/http-request-action.git
synced 2025-06-06 14:47:57 +08:00
Add Test Action
This commit is contained in:
parent
bd6ff9fa68
commit
cfc342658b
17
.github/test.yml
vendored
Normal file
17
.github/test.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
name: Test
|
||||||
|
|
||||||
|
on: [push, pull_request]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
request:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
ref: ${{ github.ref }}
|
||||||
|
|
||||||
|
- name: Request Google Test
|
||||||
|
uses: ./
|
||||||
|
with:
|
||||||
|
url: 'https://google.de'
|
||||||
|
method: 'GET'
|
Loading…
x
Reference in New Issue
Block a user