Skip to content

Commit

Permalink
fix sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-nhs committed Sep 23, 2024
1 parent 62482c8 commit e6c82c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run_package_code_and_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
make sam-build-sandbox
cp Makefile .aws-sam/build/
cp samconfig_package_and_deploy.toml .aws-sam/build/
mv .aws-sam/build .aws-sam/build.main
mkdir -p .aws-sam/build/specification
cp packages/specification/dist/eps-prescription-status-update-api.resolved.json .aws-sam/build/specification/
cp packages/specification/dist/eps-custom-prescription-status-update-api.resolved.json .aws-sam/build/specification/
Expand All @@ -85,4 +86,5 @@ jobs:
name: packaged_sandbox_code
path: |
.aws-sam/build
.aws-sam/build.main
README.md

0 comments on commit e6c82c9

Please sign in to comment.