2021-02-03 16:12:41 +00:00
|
|
|
name: 'Test Common Lisp System'
|
2021-02-02 07:16:27 +00:00
|
|
|
|
|
|
|
inputs:
|
2021-02-02 20:57:14 +00:00
|
|
|
asdf-system:
|
2021-02-02 07:26:39 +00:00
|
|
|
description: 'ASDF system to install and test'
|
2021-02-02 20:57:14 +00:00
|
|
|
required: true
|
2021-02-02 07:16:27 +00:00
|
|
|
run-tests:
|
|
|
|
description: A command to run tests
|
|
|
|
required: false
|
2021-02-02 16:19:10 +00:00
|
|
|
|
2021-02-02 06:04:39 +00:00
|
|
|
runs:
|
2021-02-02 06:19:57 +00:00
|
|
|
using: composite
|
|
|
|
steps:
|
2021-02-02 20:57:14 +00:00
|
|
|
- name: Run Tests
|
|
|
|
shell: bash
|
2021-02-02 16:33:25 +00:00
|
|
|
run: |
|
2021-02-02 20:57:14 +00:00
|
|
|
${{ github.action_path }}/run-tests.ros ${{ inputs.asdf-system }} <<EOF
|
|
|
|
${{ inputs.run-tests }}
|
|
|
|
EOF
|