Skip to content

Commit b0c104b

Browse files
committed
fix the merge job
Signed-off-by: Ryan Goulding <rgouldin@redhat.com>
1 parent 9a55beb commit b0c104b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v2
2222

2323
- name: Build and Run Tests
24-
run: make all
24+
run: make generate-golang-schema build tests
2525

2626
close_job:
2727
if: github.event.pull_request.merged == false

0 commit comments

Comments
 (0)