mirror of
https://github.com/fjogeleit/http-request-action.git
synced 2024-11-25 05:10:57 -05:00
Add Test Action
This commit is contained in:
parent
bd6ff9fa68
commit
cfc342658b
1 changed files with 17 additions and 0 deletions
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…
Reference in a new issue