Skip to content

Commit eee2b8f

Browse files
committed
fix(ci): symlink skills repo to both search paths
Clone to ../mirroir-skills and symlink .mirroir-mcp/skills for SkillFileTests
1 parent 8d06d05 commit eee2b8f

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
- name: Clone skills repo
1818
run: |
1919
git clone https://github.com/jfarcand/mirroir-skills.git ../mirroir-skills
20+
mkdir -p .mirroir-mcp
21+
ln -s "$(cd ../mirroir-skills && pwd)" .mirroir-mcp/skills
2022
2123
- name: Build (debug)
2224
run: swift build

.github/workflows/mcp-compliance.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
- name: Clone skills repo
4141
run: |
4242
git clone https://github.com/jfarcand/mirroir-skills.git ../mirroir-skills
43+
mkdir -p .mirroir-mcp
44+
ln -s "$(cd ../mirroir-skills && pwd)" .mirroir-mcp/skills
4345
4446
- name: Setup Python
4547
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)