Skip to content

Commit d75b8fa

Browse files
authored
Update mcdc.yml
1 parent 1aad9b0 commit d75b8fa

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

.github/workflows/mcdc.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@ jobs:
5151
uses: actions/checkout@v4
5252
with:
5353
path: source
54-
55-
- name: Debug
56-
run: |
57-
pwd
58-
ls
5954

6055

6156
- name: Modify osal to include coverage flags
@@ -84,9 +79,17 @@ jobs:
8479
- name: Execute Tests
8580
working-directory: build
8681
run: |
87-
echo "BASE_DIR=build/native/default_cpu1" >> $GITHUB_ENV
82+
echo "BASE_DIR=source/build/native/default_cpu1" >> $GITHUB_ENV
8883
ctest --output-on-failure -j4 2>&1 | tee ../ctest.log
89-
84+
85+
- name: Debug
86+
run: |
87+
pwd
88+
ls
89+
cd source
90+
pwd
91+
ls
92+
9093
- name: Run mcdc analysis
9194
if: success() || failure()
9295
run: bash .github/scripts/mcdc-analyze.sh

0 commit comments

Comments
 (0)