Skip to content

Commit

Permalink
polishing for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
thathaneydude committed Jul 18, 2024
1 parent 92e244c commit d8d3275
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/test:lambda.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
---
name: Python package

on:
push:
pull_request:
branches:
- unit-tests
# pull_request:
# branches:
# - main
- main

jobs:
lambda-unit-tests:
runs-on: ubuntu-latest
Expand All @@ -22,7 +21,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r scripts/requirements.txt
pip install -r scripts/tests/test-requirements.txt
- name: Run Tests
- name: Run Unit Tests
run: |
export AWS_DEFAULT_REGION=us-east-1
pytest scripts/tests \
Expand Down

0 comments on commit d8d3275

Please sign in to comment.