Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
thathaneydude committed Jul 18, 2024
1 parent c72bbf7 commit c9b8c10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test:lambda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
- name: Run Tests
run: |
export AWS_DEFAULT_REGION=us-east-1
mkdir -p $TEST_RESULTS_DIR
pwd
ls -l
pytest "$LAMBDA_DIR/tests"
--junitxml="$TEST_RESULTS_DIR/test-results.xml"
--cov="$LAMBDA_DIR/tests"
Expand Down

0 comments on commit c9b8c10

Please sign in to comment.