content for presubmit.yml
diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml
index e69de29..35881d9 100644
--- a/.bcr/presubmit.yml
+++ b/.bcr/presubmit.yml
@@ -0,0 +1,10 @@
+bcr_test_module:
+  module_path: "e2e/bzlmod"
+  matrix:
+    platform: ["debian10", "macos", "ubuntu2004", "windows"]
+  tasks:
+    run_tests:
+      name: "Run test module"
+      platform: ${{ platform }}
+      test_targets:
+        - "//..."