bugfix with script path
This commit is contained in:
parent
3782a1c863
commit
4d69a9a6f4
@ -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 }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user