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