Skip to content

Commit

Permalink
Update self-hosted-ci-pr-checker.yaml
Browse files Browse the repository at this point in the history
Add `make rtl` to donwload rtl in `Run test in the changed ut_* directories` step.
  • Loading branch information
FrankOu2001 committed Jan 18, 2025
1 parent cddb17b commit 3754c85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/self-hosted-ci-pr-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@ jobs:
if: steps.analyze_changes.outputs.test_duts != ''
run: |
make update_python_deps
make rtl
make test target="${{ steps.analyze_changes.outputs.test_duts }}"
shell: bash

0 comments on commit 3754c85

Please sign in to comment.