unit tests

Signed-off-by: Casey Lee <[email protected]>
This commit is contained in:
Casey Lee
2020-02-20 21:05:31 -05:00
parent be75ee20b1
commit 0582306861
466 changed files with 94682 additions and 62525 deletions
+11
View File
@@ -0,0 +1,11 @@
name: uses-docker-url
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: docker://alpine:3.8
with:
somekey: somevalue
args: echo ${INPUT_SOMEKEY} | grep somevalue