mirror of
https://github.com/julia-actions/julia-runtest.git
synced 2026-02-12 02:56:55 +08:00
Add inline input (#4)
* Add `inline` input * Update main.js * Update main.ts
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
name: 'Run Julia package tests'
|
||||
description: 'Run the tests in a Julia package'
|
||||
author: 'David Anthoff'
|
||||
inputs:
|
||||
inline:
|
||||
description: 'Value passed to the --inline flag. Options: yes | no. Default value: yes.'
|
||||
default: 'yes'
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'lib/main.js'
|
||||
|
||||
Reference in New Issue
Block a user