mirror of
https://github.com/julia-actions/julia-runtest.git
synced 2026-02-12 11:06:54 +08:00
Update action.yml
This commit is contained in:
17
action.yml
17
action.yml
@@ -1,10 +1,15 @@
|
||||
name: 'Your name here'
|
||||
description: 'Provide a description here'
|
||||
author: 'Your name or organization here'
|
||||
name: 'Run Julia package tests'
|
||||
description: 'Run the tests in a Julia package'
|
||||
author: 'David Anthoff'
|
||||
inputs:
|
||||
myInput: # change this
|
||||
description: 'input description here'
|
||||
default: 'default value if applicable'
|
||||
codecov:
|
||||
description: 'Coverage results upload to codecov.'
|
||||
required: false
|
||||
default: 'true'
|
||||
coveralls:
|
||||
description: 'Coverage results upload to coveralls.'
|
||||
required: false
|
||||
default: 'true'
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'lib/main.js'
|
||||
|
||||
Reference in New Issue
Block a user