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 701e98e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/upload-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ jobs:
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 701e98e

Please sign in to comment.