Skip to content

Commit e51c3c3

Browse files
Kenoclaude
andcommitted
Add test dependency build step to instantiate test environment
Add a second julia-buildpkg step with project=test to ensure test dependencies are properly instantiated with SSH authentication before running tests 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent b682e56 commit e51c3c3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ jobs:
4545
- uses: julia-actions/julia-buildpkg@v1
4646
with:
4747
git_cli: true
48+
- uses: julia-actions/julia-buildpkg@v1
49+
name: Build test dependencies
50+
with:
51+
project: test
52+
git_cli: true
4853
- uses: julia-actions/julia-runtest@v1
4954
env:
5055
JULIA_PKG_USE_CLI_GIT: "true"

0 commit comments

Comments
 (0)