Skip to content

Commit

Permalink
github-actions - add make-examples to build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SiskaPavel committed Nov 5, 2024
1 parent cd18f99 commit e1f3ac7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
run: make
- name: make rpm
run: make rpm
- name: make examples
run: make examples
- name: make install
run: make install
- name: extract artifact name
Expand Down

0 comments on commit e1f3ac7

Please sign in to comment.