potiuk commented on a change in pull request #20913:
URL: https://github.com/apache/airflow/pull/20913#discussion_r790866241



##########
File path: .github/workflows/ci.yml
##########
@@ -354,7 +354,7 @@ jobs:
           path: '.build/.docker_venv'
           key: ${{ runner.os }}-docker-venv-${{ 
hashFiles('scripts/ci/images/ci_run_docker_tests.py') }}
       - name: "Test examples of PROD image building"
-        run: ./scripts/ci/images/ci_test_examples_of_prod_image_building.sh
+        run: test_examples_of_prod_image_building

Review comment:
       ```suggestion
           run: python -m pytest .....
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to