diff --git a/.github/workflows/upload-and-deploy.yaml b/.github/workflows/upload-and-deploy.yaml index d724a28..9508fe6 100755 --- a/.github/workflows/upload-and-deploy.yaml +++ b/.github/workflows/upload-and-deploy.yaml @@ -266,7 +266,7 @@ jobs: - name: Run unit tests for Great Expectations on Parquet under AWS Glue 4.0 if: matrix.tag_name == 'aws_glue_4' run: > - su - glue_user --command "cd $GITHUB_WORKSPACE && \ + su - glue_user --command "cd $GITHUB_WORKSPACE && python3 -m pytest tests/test_run_great_expectations_on_parquet.py -v" sceptre-deploy-develop: