Skip to content

Commit

Permalink
rabble rabble
Browse files Browse the repository at this point in the history
  • Loading branch information
thathaneydude committed Jul 18, 2024
1 parent 0db6379 commit a78a0ee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test:lambda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@ jobs:
- name: Run Tests
run: |
export AWS_DEFAULT_REGION=us-east-1
touch "$TEST_RESULTS_DIR/test-results.xml"
pytest "$LAMBDA_DIR/tests"
--junitxml="$TEST_RESULTS_DIR/test-results.xml"
--cov="$LAMBDA_DIR/tests"
--cov-report=xml:"$TEST_RESULTS_DIR/coverage.xml"
- name: Upload pytest results
uses: actions/upload-artifact@v4
with:
name: coverage
path: "$TEST_RESULTS_DIR/coverage.xml"
name: results
path: "$TEST_RESULTS_DIR/*"

0 comments on commit a78a0ee

Please sign in to comment.