Skip to content

Commit

Permalink
ci/cd: Update htmlreport checking after moving to subfolder
Browse files Browse the repository at this point in the history
  • Loading branch information
vpetrigo committed May 6, 2024
1 parent 1e2e4eb commit 63f9d67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scriptcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:

- name: test htmlreport (standalone)
run: |
test/tools/test_htmlreport.py
test/tools/htmlreport/test_htmlreport.py
cd htmlreport
./check.sh
# Python 3.5 and 3.6 are excluded as they are not supported by setuptools-scm package for getting
Expand All @@ -169,7 +169,7 @@ jobs:
python -m pip install -U pip
pip install ./htmlreport/
which cppcheck-htmlreport
PIP_PACKAGE_TEST=1 test/tools/test_htmlreport.py
PIP_PACKAGE_TEST=1 test/tools/htmlreport/test_htmlreport.py
cd htmlreport
./check.sh
Expand Down

0 comments on commit 63f9d67

Please sign in to comment.