Skip to content

Commit

Permalink
chore: run builds in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
miztch committed Mar 13, 2024
1 parent a6d6999 commit d77aca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
aws-region: ${{ secrets.AWS_REGION }}
mask-aws-account-id: true
- name: Build SAM packages
run: sam build --use-container
run: sam build --use-container --parallel
- name: Deploy SAM application
env:
BUCKET_NAME: ${{ secrets.PROVISIONING_BUCKET_NAME }}
Expand Down

0 comments on commit d77aca8

Please sign in to comment.