Skip to content

Commit

Permalink
ci: Adding apitest to test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Hinderberger committed Jun 5, 2024
1 parent 266c4ee commit 7780ef5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
shell: bash
run: make test

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

- name: Notify slack channel about a failure
if: ${{ failure() }}
uses: rtCamp/action-slack-notify@v2
Expand All @@ -38,4 +42,4 @@ jobs:
SLACK_COLOR: "#ff0000"
SLACK_MESSAGE: Unit tests failed
SLACK_TITLE: Unit tests failed
SLACK_FOOTER: ""
SLACK_FOOTER: ""

0 comments on commit 7780ef5

Please sign in to comment.