Skip to content

Commit

Permalink
mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
thathaneydude committed Jul 18, 2024
1 parent 95f7967 commit c72bbf7
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 @@ -10,7 +10,7 @@ on:
jobs:
lambda-unit-tests:
runs-on: ubuntu-latest
name: PyTest
name: Lambda Unit Tests
env:
LAMBDA_DIR: scripts
TEST_RESULTS_DIR: test-results
Expand All @@ -28,6 +28,7 @@ jobs:
- name: Run Tests
run: |
export AWS_DEFAULT_REGION=us-east-1
mkdir -p $TEST_RESULTS_DIR
pytest "$LAMBDA_DIR/tests"
--junitxml="$TEST_RESULTS_DIR/test-results.xml"
--cov="$LAMBDA_DIR/tests"
Expand Down

0 comments on commit c72bbf7

Please sign in to comment.