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 5de43e4 commit 2901e90
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/verifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ jobs:
multi_test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
- uses: actions/checkout@main

- name: Install cpputest and lcov ...
Expand All @@ -24,12 +25,14 @@ jobs:
ls -al unittest/src
make -f ${PWD}/unittest/adaptabuild.mak MCU=host PRODUCT=unittest unittest
ls -al unittest
ls -al unittest/artifacts/unittest/host/umm_malloc/
- name: Archive test and coverage results
uses: actions/upload-artifact@main
with:
name: Test and Coverage Results
path: unittest/artifacts/unittest/host/umm_malloc/*
path: ../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 2901e90

Please sign in to comment.