fixing path in ci workflow
This commit is contained in:
@@ -20,6 +20,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
version: v1.54.2
|
version: v1.54.2
|
||||||
- name: Unit Tests
|
- name: Unit Tests
|
||||||
run: .script/test
|
run: ./script/test
|
||||||
- name: Build and Test
|
- name: Build and Test
|
||||||
run: ./script/test-build
|
run: ./script/test-build
|
||||||
|
|||||||
Reference in New Issue
Block a user