Skip to content

Commit

Permalink
fix test path
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdavis2001 committed May 1, 2024
1 parent 93c93b5 commit 641b26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,5 @@ jobs:
data_lpa_api_url: "https://${{ github.event.pull_request.number }}${{ needs.branch_name.outputs.branch_name }}.dev.lpa.api.opg.service.justice.gov.uk/v1"
working_directory: "./integration_tests"
tests_directory: "./integration_tests/v1"
specifc_tests: "test_healthcheck.py"
specifc_tests: "./v1/test_healthcheck.py"
secrets: inherit

0 comments on commit 641b26c

Please sign in to comment.