bugfix with script path

This commit is contained in:
2025-05-17 11:14:47 -04:00
parent 3782a1c863
commit 4d69a9a6f4
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ runs:
steps:
- name: "run unit tests"
shell: bash
run: test.sh
run: ${{ github.action_path }}/test.sh
env:
LIBRARY: ${{ inputs.test }}
Regular → Executable
View File