Skip to content

Commit

Permalink
fix(ci): Added action inputs in test workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
na2axl committed Oct 6, 2024
1 parent 59ba595 commit 03c4673
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,11 @@ jobs:
id: test-action
uses: ./
with:
milliseconds: 2000
platforms: |
x64-windows
x64-osx
x64-linux
version: nightly

- name: Print Output
id: output
Expand Down

0 comments on commit 03c4673

Please sign in to comment.