Skip to content

Commit

Permalink
test commenting
Browse files Browse the repository at this point in the history
  • Loading branch information
Noel Gomez committed Dec 21, 2024
1 parent 7e87857 commit 55f40d6
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/integration_airflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,22 @@ jobs:
echo "File contents:"
cat "$OUTPUT_FILE"
- name: Format test output
if: always()
run: |
echo '```' > formatted_output.md
cat "$OUTPUT_FILE" >> formatted_output.md
echo '```' >> formatted_output.md
- name: Add PR comment of results of custom Airflow validation tests
if: always()
uses: thollander/actions-comment-pull-request@v2
with:
filePath: ${{ env.OUTPUT_FILE }}
filePath: formatted_output.md
comment_tag: Custom Tests
GITHUB_TOKEN: ${{ github.token }}




# - name: Add PR comment of results of custom Airflow validation tests
# uses: thollander/actions-comment-pull-request@v2
# with:
Expand Down

0 comments on commit 55f40d6

Please sign in to comment.