Skip to content

Commit

Permalink
Split building binaries and images into separate workflow steps
Browse files Browse the repository at this point in the history
Splitting into separate workflow steps makes the workflow more transparant

Signed-off-by: Marco Franssen <marco.franssen@gmail.com>
  • Loading branch information
marcofranssen committed Jun 30, 2023
1 parent 984abdb commit f5c764a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,11 @@ jobs:
version: v1.53
args: --timeout 7m

- name: Run make all
run: make all
- name: Build binaries
run: make binaries

- name: Build images
run: make images

- name: Print job result
run: |
Expand Down

0 comments on commit f5c764a

Please sign in to comment.