forked from bazel-contrib/rules_nodejs
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore some changes which were made directly on GitHub and later ove…
…rwritten by Copybara. PiperOrigin-RevId: 186814719
- Loading branch information
Showing
3 changed files
with
36 additions
and
4 deletions.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
third_party/github.com/bazelbuild/rules_typescript/.bazelci/presubmit.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
platforms: | ||
ubuntu1404: | ||
run_targets: | ||
- "@yarn//:yarn" | ||
build_targets: | ||
- "..." | ||
test_flags: | ||
- "--test_tag_filters=-browser:Chrome" | ||
test_targets: | ||
- "..." | ||
ubuntu1604: | ||
run_targets: | ||
- "@yarn//:yarn" | ||
build_targets: | ||
- "..." | ||
test_flags: | ||
- "--test_tag_filters=-browser:Chrome" | ||
test_targets: | ||
- "..." | ||
macos: | ||
run_targets: | ||
- "@yarn//:yarn" | ||
build_targets: | ||
- "..." | ||
test_targets: | ||
- "..." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters