Skip to content
This repository was archived by the owner on Jan 28, 2026. It is now read-only.

Commit 7a34a6d

Browse files
committed
Merge branch 'fixpublisherror' of github.com:DigitalProductInnovationAndDevelopment/Code-Reviews-of-GUI-Tests into fixpublisherror
2 parents c6c178c + 8420785 commit 7a34a6d

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,12 @@ runs:
165165
npm install
166166
echo ""
167167
echo "--- Installed Top-Level Dependencies ---"
168+
169+
# List the installed packages. --depth=0 keeps the list clean.
168170
npm list --depth=0
169171
echo "----------------------------------------"
172+
echo "✅ Dependencies installed successfully"
173+
170174
else
171175
echo "⚠️ No package.json found, skipping npm install"
172176
fi

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"eslint-plugin-playwright": "^2.2.0",
3737
"eslint-plugin-prettier": "^5.5.1",
3838
"jq": "^1.6.0",
39+
"@types/marked": "6.0.0",
3940
"marked": "15.0.12",
4041
"prettier": "^3.3.2"
4142
}

0 commit comments

Comments
 (0)