bugfix with script path

This commit is contained in:
jake 2025-05-17 11:14:47 -04:00
parent 3782a1c863
commit 4d69a9a6f4
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ runs:
steps: steps:
- name: "run unit tests" - name: "run unit tests"
shell: bash shell: bash
run: test.sh run: ${{ github.action_path }}/test.sh
env: env:
LIBRARY: ${{ inputs.test }} LIBRARY: ${{ inputs.test }}

0
test.sh Normal file → Executable file
View File