Skip to content

Commit

Permalink
Fix backend workflow packaging test
Browse files Browse the repository at this point in the history
  • Loading branch information
aloftus23 committed Jan 3, 2025
1 parent 87c5098 commit 14008b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ jobs:
- name: Package with Serverless
run: npx sls package
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: us-east-1
SLS_DEBUG: '*'

- name: Run pytest
Expand Down

0 comments on commit 14008b8

Please sign in to comment.