Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rhempel committed Jan 27, 2025
1 parent e169822 commit 37610e7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/verifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,17 @@ jobs:
ls -al unittest
ls -al unittest/artifacts/unittest/host/umm_malloc/
ls -al ~
ls -al ${PWD}
ls -al ${PWD}/unittest/artifacts/unittest/host/umm_malloc
echo ${PWD}
echo ${HOME}
ls -al ${HOME}/work/unittest
- name: Archive test and coverage results
uses: actions/upload-artifact@main
with:
name: Test and Coverage Results
path: ${PWD}/unittest/artifacts/unittest/host/umm_malloc
path: ${HOME}/work/unittest/artifacts/unittest/host/umm_malloc

# cd unittest && cp src/umm_malloc/adaptabuild/* .
# cd unittest && make -f adaptabuild.mak MCU=host PRODUCT=unittest unittest
Expand Down

0 comments on commit 37610e7

Please sign in to comment.