Skip to content

Commit 03c4673

Browse files
committed
fix(ci): Added action inputs in test workflow.
1 parent 59ba595 commit 03c4673

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,11 @@ jobs:
5757
id: test-action
5858
uses: ./
5959
with:
60-
milliseconds: 2000
60+
platforms: |
61+
x64-windows
62+
x64-osx
63+
x64-linux
64+
version: nightly
6165

6266
- name: Print Output
6367
id: output

0 commit comments

Comments
 (0)