test(fixtures): add private GitHub repository Plugin

This commit is contained in:
Tianyi Cui
2026-08-08 17:14:51 +08:00
parent 27159ed21b
commit b995b12261
2 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "dsh-github-repository-plugin-e2e-fixture",
"version": "0.0.0",
"private": true,
"scripts": {
"prepare": "dsh-plugin-prepare"
},
"dsh": {
"skills": [
"../skills"
]
}
}

View File

@@ -0,0 +1,6 @@
---
name: github-source-proof
description: Proves that dsh installed a private repository Plugin from an exact GitHub source.
---
This skill exists only in the GitHub repository source fixture.