Skip to content

Commit 92ec8b2

Browse files
authored
Add empty test to get release flow to pass (#5)
1 parent ba20770 commit 92ec8b2

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

tests/BUILD.bazel

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
load("//shell:sh_test.bzl", "sh_test")
2+
3+
# Placeholder test to get the release action's `bazel test` to pass.
4+
sh_test(
5+
name = "test",
6+
srcs = ["test.sh"],
7+
)

tests/test.sh

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#!/usr/bin/env bash

0 commit comments

Comments
 (0)