Files
julia-runtest/action.yml
Dilum Aluthge e3687f82c8 Add inline input (#4)
* Add `inline` input

* Update main.js

* Update main.ts
2020-02-26 22:38:46 +01:00

11 lines
280 B
YAML

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'