Skip to content

Commit

Permalink
#297 Add API to the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
TWilkin committed Aug 6, 2023
1 parent 77a2a34 commit b0ba76c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,11 @@ jobs:
working-directory: controllers/zigbee

# test the services
- name: Test API
if: steps.check_modified.outputs.config_server
shell: bash
run: "${GITHUB_WORKSPACE}/.github/scripts/test_node.sh api"

- name: Test Config Server
if: steps.check_modified.outputs.config_server
shell: bash
Expand Down

0 comments on commit b0ba76c

Please sign in to comment.