Skip to content

Commit 7c5d832

Browse files
committed
ci: add test with minimum inputs
1 parent 6ac4cb3 commit 7c5d832

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/test.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
INPUT_TOKEN: ${{ secrets.TOKEN }}
4141
run: npm run all
4242

43-
action:
43+
action-with-all-inputs:
4444
runs-on: ubuntu-latest
4545
steps:
4646
- uses: actions/checkout@v2
@@ -53,3 +53,15 @@ jobs:
5353
gist_description: "foo bar"
5454
gist_file_name: foo.bar
5555
file_path: ./__tests__/foo.bar
56+
57+
action-with-minimum-inputs:
58+
runs-on: ubuntu-latest
59+
steps:
60+
- uses: actions/checkout@v2
61+
62+
- name: Test action
63+
uses: ./
64+
with:
65+
token: ${{ secrets.TOKEN }}
66+
gist_id: e885afa349a0e5d1cfb408e46d6a37bc
67+
file_path: ./__tests__/foo.bar

0 commit comments

Comments
 (0)