mirror of
https://github.com/julia-actions/julia-buildpkg.git
synced 2026-02-12 01:16:54 +08:00
Turn runtest into buildpkg action
This commit is contained in:
13
action.yml
13
action.yml
@@ -1,15 +1,6 @@
|
||||
name: 'Run Julia package tests'
|
||||
description: 'Run the tests in a Julia package'
|
||||
name: 'Run Pkg.build'
|
||||
description: 'Run the build step in a Julia package'
|
||||
author: 'David Anthoff'
|
||||
inputs:
|
||||
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