Remove build and coverage from action

This commit is contained in:
David Anthoff
2019-09-23 14:12:09 -07:00
parent a7eaa22ec9
commit da4330aa40
3 changed files with 1 additions and 33 deletions

View File

@@ -1,15 +1,6 @@
name: 'Run Julia package tests'
description: 'Run the tests 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'