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: ""