mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-23 03:33:53 +00:00
ci: Add debug steps to release workflow
This commit is contained in:
@@ -27,6 +27,17 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
# --- Add Debug Steps ---
|
||||
- name: List test files
|
||||
run: ls -la server/tests/
|
||||
|
||||
- name: Show config test content
|
||||
run: cat server/tests/config.test.js
|
||||
|
||||
- name: Show current commit hash
|
||||
run: git rev-parse HEAD
|
||||
# --- End Debug Steps ---
|
||||
|
||||
- name: Run tests
|
||||
run: npm test # Important: Ensure tests pass before releasing
|
||||
|
||||
|
||||
Reference in New Issue
Block a user