Add Test Action

This commit is contained in:
Frank 2020-04-21 13:44:56 +02:00
parent bd6ff9fa68
commit cfc342658b

17
.github/test.yml vendored Normal file
View 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'