Skip to content

Commit db5a704

Browse files
committed
fix: revert
1 parent 14430d0 commit db5a704

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/jest.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,9 @@ jobs:
7474
name: jest-report
7575
path: apps/server/test-results/junit.xml
7676
retention-days: 30
77+
78+
# Trigger Render deployment if tests pass
79+
- name: 🚀 Trigger Render Deployment
80+
if: success() && github.ref == 'refs/heads/main'
81+
run: |
82+
curl -X POST "${{ secrets.RENDER_DEPLOY_HOOK }}"

test.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)