Skip to content

Commit d61885f

Browse files
authored
Update OpenAPI CI to use {{ app_name }} for working directory (#248)
## Ticket N/A ## Changes Specify working directory for CI with {{ app_name }} rather than hardcoded `app` ## Testing See CI failing here: https://github.com/navapbc/bid-fed-hhs-simpler-grants-management/actions/runs/16778176613/job/47509360573 when installed in a non-default directory (`api`), and then passing when updated to the app name here: https://github.com/navapbc/bid-fed-hhs-simpler-grants-management/actions/runs/16778901279/job/47511897649?pr=36
1 parent 2292f46 commit d61885f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/.github/workflows/ci-{{app_name}}-openapi.yml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
defaults:
1212
run:
13-
working-directory: ./app
13+
working-directory: ./{{app_name}}
1414

1515
# Only trigger run one update of the OpenAPI spec at a time on the branch.
1616
# If new commits are pushed to the branch, cancel in progress runs and start

0 commit comments

Comments
 (0)