Skip to content

Commit fe0790f

Browse files
GSMLG-BOTclaude
andcommitted
fix: add test fixture dependencies to CI workflow
Install react-markdown and remark-gfm packages required by test/fixtures/markdown.js to resolve "Could not resolve" errors during test execution in GitHub Actions. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 8169340 commit fe0790f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
mix deps.get
5151
5252
- name: Install JavaScript dependencies
53-
run: bun install react@18 react-dom@18
53+
run: bun install react@18 react-dom@18 react-markdown remark-gfm
5454

5555
- name: Run tests
5656
run: mix test

0 commit comments

Comments
 (0)