Skip to content

Commit

Permalink
Add a step to make sure it builds
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunne committed Nov 15, 2022
1 parent a267d93 commit e218619
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@ jobs:
- name: Run ruby tests
run: bundle exec rake
- name: Run golang tests
run: make test
run: |
make test
make build
working-directory: "./manageiq-operator"

0 comments on commit e218619

Please sign in to comment.