Turn runtest into buildpkg action

This commit is contained in:
David Anthoff
2019-09-23 13:58:15 -07:00
parent a7eaa22ec9
commit 38734de96b
6 changed files with 8 additions and 51 deletions

View File

@@ -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'