Feature: Repository Infrastructure Scaffolding #1
@@ -25,7 +25,7 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: build-artifact
|
name: build-artifact
|
||||||
path: build/*
|
path: build
|
||||||
|
|
||||||
test:
|
test:
|
||||||
runs-on: debian12
|
runs-on: debian12
|
||||||
@@ -43,7 +43,8 @@ jobs:
|
|||||||
|
|
||||||
- name: run_unit_tests
|
- name: run_unit_tests
|
||||||
run: |
|
run: |
|
||||||
cd build-artifact
|
ls -al
|
||||||
|
cd build
|
||||||
ctest -T Test
|
ctest -T Test
|
||||||
|
|
||||||
- name: code_coverage
|
- name: code_coverage
|
||||||
|
|||||||
Reference in New Issue
Block a user