Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/publish_sandbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:

- name: Generate sandbox specification
run: |
make construct-spec APIM_ENV=sandbox
make generate-sandbox-spec

- name: Deploy sandbox spec to Proxygen
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ format: ## Format and fix code
generate-sandbox-spec: clean
mkdir -p build
mkdir -p sandbox/specification
$(MAKE) construct-spec APIM_ENV=sandbox
npm run publish 2> /dev/null
cp build/specification/sandbox/eligibility-signposting-api.json sandbox/specification/eligibility-signposting-api.json

Expand Down
Loading