Skip to content

Commit

Permalink
Fix Matter codegen test.
Browse files Browse the repository at this point in the history
Code-generated tests have been removed, so there is no longer a "tests" type for
zap_regen_all.py.
  • Loading branch information
bzbarsky-apple committed Feb 7, 2024
1 parent c2ae75e commit a357a55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/matter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ jobs:
run: |
cd chip_repo
./scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform linux
ZAP_INSTALL_PATH=$(pwd)/../zap-release scripts/run_in_build_env.sh "scripts/tools/zap_regen_all.py --type tests"
ZAP_INSTALL_PATH=$(pwd)/../zap-release scripts/run_in_build_env.sh "scripts/tools/zap_regen_all.py --type global"
ZAP_INSTALL_PATH=$(pwd)/../zap-release scripts/run_in_build_env.sh "scripts/tools/zap_regen_all.py --type specific"
Expand Down

0 comments on commit a357a55

Please sign in to comment.