Skip to content

Commit

Permalink
Roll-back to stdout piping to markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
BAntonellini committed Dec 11, 2024
1 parent 4426081 commit 9b9f26f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration_airflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
# pytest_args: "$AIRFLOW__ARTIFACTS_PATH/test_dags/validate_dags.py"

- name: Custom Airflow Tests
run: pytest $AIRFLOW__ARTIFACTS_PATH/test_dags/validate_dags.py --log-file /__w/${{ github.event.repository.name }}/${{ github.event.repository.name }}/airflow_output_custom_tests.log
run: pytest $AIRFLOW__ARTIFACTS_PATH/test_dags/validate_dags.py > /__w/${{ github.event.repository.name }}/${{ github.event.repository.name }}/airflow_output_custom_tests.md
# - name: Custom Airflow Tests
# uses: dariocurr/pytest-summary@main
# with:
Expand All @@ -79,5 +79,5 @@ jobs:
- name: Comment PR with Custom Tests Results
uses: thollander/actions-comment-pull-request@v2
with:
filePath: /__w/${{ github.event.repository.name }}/${{ github.event.repository.name }}/airflow_output_custom_tests.log
filePath: /__w/${{ github.event.repository.name }}/${{ github.event.repository.name }}/airflow_output_custom_tests.md
comment_tag: Custom Tests

0 comments on commit 9b9f26f

Please sign in to comment.