Skip to content

Commit

Permalink
added dependencies for builds step
Browse files Browse the repository at this point in the history
  • Loading branch information
zephinzer committed Aug 10, 2023
1 parent e316e89 commit 8fe0b07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ jobs:
run: make binary
- name: Verify image build
run: make image
needs: [setup]

0 comments on commit 8fe0b07

Please sign in to comment.