Skip to content

Commit

Permalink
ci: apitest was missing build step
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Hinderberger committed Jun 5, 2024
1 parent 7780ef5 commit b257810
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 @@ -29,7 +29,7 @@ jobs:

- name: execute apitest
shell: bash
run: make apitest
run: make build apitest

- name: Notify slack channel about a failure
if: ${{ failure() }}
Expand Down

0 comments on commit b257810

Please sign in to comment.