Skip to content

Commit

Permalink
add raw lambda tests to ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
philerooski committed Sep 11, 2024
1 parent 58c6f2d commit 7da9ed5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/upload-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,13 @@ jobs:

- name: Install additional python dependency
run: |
pipenv install ecs_logging~=2.0
pipenv install ecs_logging~=2.0,pytest-datadir
- name: Test lambda scripts with pytest
run: |
pipenv run python -m pytest tests/test_s3_event_config_lambda.py -v
pipenv run python -m pytest tests/test_s3_to_glue_lambda.py -v
pipenv run python -m pytest -v tests/test_lambda_raw.py
- name: Test dev synapse folders for STS access with pytest
run: >
Expand Down

0 comments on commit 7da9ed5

Please sign in to comment.