From 7780ef506284238c290ed2333447be5ff32cb234 Mon Sep 17 00:00:00 2001 From: Lucas Hinderberger Date: Wed, 5 Jun 2024 16:35:12 +0200 Subject: [PATCH] ci: Adding apitest to test workflow --- .github/workflows/unit-tests.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 5dee18d..78ad27e 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -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 @@ -38,4 +42,4 @@ jobs: SLACK_COLOR: "#ff0000" SLACK_MESSAGE: Unit tests failed SLACK_TITLE: Unit tests failed - SLACK_FOOTER: "" \ No newline at end of file + SLACK_FOOTER: ""