Skip to content

Commit

Permalink
Test container passes unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dothomson authored and sandy-may committed Aug 15, 2024
1 parent 67b0f2e commit 0e931f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend-api/Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN aws --version

# Copy the CloudFormation infrastructure template and application source code to the working directory
COPY template.yaml /
COPY src ./
COPY template.yaml src openApiSpecs infra-tests eslint.config.mjs jest.config.ts tsconfig.json ./

# Give user, 'test', permissions to execute test script and switch the user to 'test'
COPY run-tests.sh /
Expand Down

0 comments on commit 0e931f1

Please sign in to comment.