Skip to content

Commit 4013d07

Browse files
committed
Deliberately fail build
1 parent d43d6c6 commit 4013d07

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ jobs:
1818
# build it, test it, pack it
1919
- name: Run dotnet build (release)
2020
run: ./build.cmd
21+
- name: fail build
22+
run: exit 1

0 commit comments

Comments
 (0)