mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
ci: do not run firefox components repo tests (#46624)
It seems like the tag for Firefox web tests has changed, and we need to adjust our filter. PR Close #46624
This commit is contained in:
committed by
Andrew Scott
parent
36f46c6a9d
commit
7562421353
@@ -15,7 +15,7 @@ cd ${COMPONENTS_REPO_TMP_DIR}
|
||||
|
||||
# Now actually run the tests.
|
||||
bazel test \
|
||||
--build_tag_filters=-docs-package,-e2e,-browser:firefox-local \
|
||||
--test_tag_filters=-e2e,-browser:firefox-local \
|
||||
--build_tag_filters=-docs-package,-e2e,-browser:firefox \
|
||||
--test_tag_filters=-e2e,-browser:firefox \
|
||||
--build_tests_only \
|
||||
-- src/...
|
||||
|
||||
Reference in New Issue
Block a user