Skip to content

Commit

Permalink
test results pathing
Browse files Browse the repository at this point in the history
  • Loading branch information
thathaneydude committed Jul 18, 2024
1 parent c9b8c10 commit 8267390
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test:lambda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ jobs:
- name: Run Tests
run: |
export AWS_DEFAULT_REGION=us-east-1
pwd
ls -l
pytest "$LAMBDA_DIR/tests"
--junitxml="$TEST_RESULTS_DIR/test-results.xml"
--junitxml="terraform-aws-sensor/$TEST_RESULTS_DIR/test-results.xml"
--cov="$LAMBDA_DIR/tests"
--cov-report=xml:"$TEST_RESULTS_DIR/coverage.xml"
- name: Upload pytest results
Expand Down

0 comments on commit 8267390

Please sign in to comment.