Skip to content

Commit

Permalink
Add make install step in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gkostkowski committed Sep 23, 2024
1 parent bc473cb commit 08b7c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Build and Run Tests
run: make unit-tests
run: make install unit-tests
- name: current dir
run: pwd
- name: current dir
Expand Down

0 comments on commit 08b7c91

Please sign in to comment.