Skip to content

Commit

Permalink
chain cmd together
Browse files Browse the repository at this point in the history
  • Loading branch information
rxu17 committed Sep 10, 2024
1 parent 19f0a8b commit 19d1df5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/upload-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
run: |
pipenv install ecs_logging~=2.0
- name: Test lambda scripts with pytest
- name: Test scripts with pytest (lambda, etc.)
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
Expand Down Expand Up @@ -259,8 +259,7 @@ jobs:
if: matrix.tag_name == 'aws_glue_4'
run: >
su - glue_user --command "cd $GITHUB_WORKSPACE &&
python3 -m pytest tests/test_json_to_parquet.py --namespace $NAMESPACE -v"
su - glue_user --command "cd $GITHUB_WORKSPACE &&
python3 -m pytest tests/test_json_to_parquet.py --namespace $NAMESPACE -v &&
python3 -m pytest tests/test_run_great_expectations_on_parquet.py -v"
sceptre-deploy-develop:
Expand Down

0 comments on commit 19d1df5

Please sign in to comment.