Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 7fdb00a

Browse files
wip
1 parent 9bb8d19 commit 7fdb00a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd-1-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
uses: NHSDigital/dtos-devops-templates/.github/workflows/stage-3-build.yaml@main
107107
if: needs.metadata.outputs.does_pull_request_exist == 'true' || github.ref == 'refs/heads/main' || (github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'reopened'))
108108
with:
109-
docker_compose_file_csv_list: compose.yaml
109+
docker_compose_file_csv_list: ./compose.yaml
110110
excluded_containers_csv_list: azurite,azurite-setup,sql-database,database-setup,db
111111
environment_tag: ${{ needs.metadata.outputs.environment_tag }}
112112
function_app_source_code_path: src

0 commit comments

Comments
 (0)