Skip to content

Commit

Permalink
Use - instead of _ for arguments to fix proper naming
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Feb 3, 2023
1 parent 7e82a3a commit 0f07fbb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,10 +228,10 @@ jobs:
./scripts/run_in_build_env.sh \
"./scripts/tests/run_test_suite.py \
--run-yamltests-with-chip-repl \
--exclude_tags MANUAL \
--exclude_tags FLAKY \
--exclude_tags IN_DEVELOPMENT \
--exclude_tags SLOW \
--exclude-tags MANUAL \
--exclude-tags FLAKY \
--exclude-tags IN_DEVELOPMENT \
--exclude-tags SLOW \
run \
--iterations 1 \
--test-timeout-seconds 120 \
Expand Down

0 comments on commit 0f07fbb

Please sign in to comment.