Skip to content

Update reusable-test.yaml #3

Update reusable-test.yaml

Update reusable-test.yaml #3

Workflow file for this run

name: Test Program
on:
push:
branches: ["*"]
paths:
- "programs/**"
- "tests/**"
- "Anchor.toml"
- "Cargo.toml"
- "Cargo.lock"
workflow_dispatch:
inputs:
program:
description: "Program to test"
required: true
default: "transaction_example"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Woody4618/github-action/.github/actions/run-tests/
with:
program: ${{ github.event.inputs.program }}