mirror of
https://github.com/julia-actions/julia-runtest.git
synced 2026-02-12 02:56:55 +08:00
7 lines
150 B
YAML
7 lines
150 B
YAML
name: 'Run Julia package tests'
|
|
description: 'Run the tests in a Julia package'
|
|
author: 'David Anthoff'
|
|
runs:
|
|
using: 'node12'
|
|
main: 'lib/main.js'
|