Skip to content

Commit

Permalink
Merge branch 'main' into fix/878-putitem-failures
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerHendrickson authored Sep 17, 2024
2 parents a376b70 + daa7682 commit 04229dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
name: ${{ env.SOURCES_KEY }}
path: ${{ env.SOURCES_PATH }}
if-no-files-found: error
include-hidden-files: true
retention-days: ${{ inputs.artifacts-retention-days }}

build-lambdas:
Expand Down Expand Up @@ -203,6 +204,7 @@ jobs:
name: ${{ env.ARTIFACTS_KEY }}
path: ${{ env.ARTIFACTS_PATH }}
if-no-files-found: error
include-hidden-files: true
retention-days: ${{ inputs.artifacts-retention-days }}

build-cli:
Expand Down Expand Up @@ -321,4 +323,5 @@ jobs:
name: ${{ env.ARTIFACTS_KEY }}
path: ${{ env.ARTIFACTS_PATH }}
if-no-files-found: error
include-hidden-files: true
retention-days: ${{ inputs.artifacts-retention-days }}
1 change: 1 addition & 0 deletions .github/workflows/terraform-plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,3 +207,4 @@ jobs:
!${{ github.workspace }}/terraform/.terraform
if-no-files-found: error
retention-days: ${{ inputs.artifacts-retention-days }}
include-hidden-files: true

0 comments on commit 04229dd

Please sign in to comment.