Skip to content

Commit

Permalink
CTXAPI-2569: Improve extractAssets to minimize memory and CPU consump…
Browse files Browse the repository at this point in the history
…tion (#507)

* Improve extractAssets to minimize memory and CPU consumption

* add html reporter to mdctl-core package

---------

Co-authored-by: Ala Hawash <[email protected]>
  • Loading branch information
alahawash and Ala Hawash committed Mar 26, 2024
1 parent 14741d9 commit 79ddf97
Show file tree
Hide file tree
Showing 9 changed files with 1,755 additions and 75 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/mdctl-core-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,14 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Set ENV variables
id: vars
run: |
echo "CI_COMMIT_SHORT_SHA=$(git rev-parse --short ${{ github.sha }})" >> "$GITHUB_ENV"
echo "MOCHAWESOME_REPORTFILENAME: "mdctl-core test report. Commit: #$CI_COMMIT_SHORT_SHA" >> "$GITHUB_ENV"
- run: npm ci
- run: npm run test --workspace=@medable/mdctl-core
- uses: actions/upload-artifact@v4
with:
name: mdctl-core-report-${{ matrix.node-version }}
path: ./packages/mdctl-core/mochawesome-report
Loading

0 comments on commit 79ddf97

Please sign in to comment.