Skip to content

Commit 8f1a3f8

Browse files
test: cause an error
1 parent da2831a commit 8f1a3f8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-random-numbers.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ jobs:
1818
git config --global user.name "Your Name"
1919
git add .
2020
git commit -m "test: sha"
21-
git rev-parse HEAD
21+
git rev-parse HEAD
22+
# casue error
23+
exit 1

0 commit comments

Comments
 (0)