Skip to content

Use hard coded actions path #1

Use hard coded actions path

Use hard coded actions path #1

name: Reusable Test Program
on:
workflow_call:
inputs:
program:
description: "Program to test"
required: true
type: string
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: Woody4618/github-action/.github/actions/run-tests/
with:
program: ${{ github.event.inputs.program }}