Skip to content

Commit

Permalink
Add test output
Browse files Browse the repository at this point in the history
  • Loading branch information
oorzkws committed Jun 28, 2024
1 parent ec2f0c0 commit 1984730
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ jobs:
with:
statuses: failure
dependencies: ${{ toJSON(needs) }}
- name: Debug Output
run: echo "Running from branch ${{(github.head_ref || github.ref_name)}}"
- name: Notify failure
if: ${{ fromJSON(steps.test_status.outputs.found) }}
uses: sarisia/actions-status-discord@v1
Expand All @@ -142,7 +144,7 @@ jobs:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
status: success
- name: Notify public commit
if: ${{ (github.head_ref || github.ref_name) == 'refs/heads/Frozen' }}
if: ${{ (github.head_ref || github.ref_name) == 'Frozen' }}
uses: Sniddl/[email protected]
with:
webhook: ${{ secrets.PUBLIC_DISCORD_WEBHOOK }}
Expand Down

0 comments on commit 1984730

Please sign in to comment.