mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
parent
87665fe324
commit
f5fa9dc6b8
1 changed files with 7 additions and 0 deletions
|
|
@ -175,6 +175,13 @@ jobs:
|
|||
# Setup remote execution and run RBE-compatible tests.
|
||||
- *setup_bazel_remote_execution
|
||||
- run: yarn bazel test //... --build_tag_filters=-ivy-only --test_tag_filters=-ivy-only
|
||||
- run: mkdir ~/testlogs
|
||||
- run: cp -Lr dist/testlogs/* ~/testlogs
|
||||
- store_test_results:
|
||||
# Bazel always writes test.xml files under this directory
|
||||
path: ~/testlogs
|
||||
- store_artifacts:
|
||||
path: ~/testlogs
|
||||
|
||||
# Temporary job to test what will happen when we flip the Ivy flag to true
|
||||
test_ivy_aot:
|
||||
|
|
|
|||
Loading…
Reference in a new issue