Skip to content

Commit

Permalink
Add empty test to get release flow to pass (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum authored Oct 7, 2024
1 parent ba20770 commit 92ec8b2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
load("//shell:sh_test.bzl", "sh_test")

# Placeholder test to get the release action's `bazel test` to pass.
sh_test(
name = "test",
srcs = ["test.sh"],
)
1 change: 1 addition & 0 deletions tests/test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#!/usr/bin/env bash

0 comments on commit 92ec8b2

Please sign in to comment.