Skip to content

Commit

Permalink
Merge pull request #98 from rtjord/unit-tests
Browse files Browse the repository at this point in the history
Added unit tests for common layer
  • Loading branch information
rtjord authored Dec 8, 2024
2 parents a3f2350 + e055430 commit 5337275
Show file tree
Hide file tree
Showing 23 changed files with 982 additions and 884 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ permissions:
repository-projects: read
issues: read
pull-requests: read
id-token: write # This is required for requesting the JWT

jobs:
test-backend:
Expand Down Expand Up @@ -42,6 +43,12 @@ jobs:
working-directory: backend
run: npm run lint

- name: Configure AWS Credentials for Development Account
uses: aws-actions/[email protected]
with:
role-to-assume: arn:aws:iam::122610496633:role/GitHubDeployRole
aws-region: us-east-2

- name: Run Backend Tests
working-directory: backend
run: npm run test
Expand Down
Loading

0 comments on commit 5337275

Please sign in to comment.