Skip to content

Commit

Permalink
#297 Using the wrong output in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
TWilkin committed Aug 6, 2023
1 parent ffb0aef commit fc65a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:

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

Expand Down

0 comments on commit fc65a68

Please sign in to comment.