make artifacts executable
This commit is contained in:
@@ -42,9 +42,11 @@ jobs:
|
|||||||
name: build-artifact
|
name: build-artifact
|
||||||
path: build
|
path: build
|
||||||
|
|
||||||
|
- name: Make Executable
|
||||||
|
run: chmod -R +x ./build
|
||||||
|
|
||||||
- name: run_unit_tests
|
- name: run_unit_tests
|
||||||
run: |
|
run: |
|
||||||
ls -al
|
|
||||||
cd build
|
cd build
|
||||||
ctest -T Test
|
ctest -T Test
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user