Skip to content

Commit 6b8305a

Browse files
tercelclaude
andcommitted
fix(ci): checkout apcore spec into workspace-internal path
GitHub Actions requires checkout paths to be under the workspace. Changed from ../apcore to .apcore-spec and pass APCORE_SPEC_REPO env var so conformance tests find the fixtures. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
1 parent 45ef085 commit 6b8305a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2727
with:
2828
repository: aiperceivable/apcore
29-
path: ../apcore
29+
path: .apcore-spec
3030

3131
- name: Install Rust toolchain
3232
uses: dtolnay/rust-toolchain@stable
@@ -64,6 +64,8 @@ jobs:
6464

6565
- name: Run tests
6666
run: cargo test --all-features
67+
env:
68+
APCORE_SPEC_REPO: ${{ github.workspace }}/.apcore-spec
6769

6870
- name: Build examples
6971
run: cargo build --examples

0 commit comments

Comments
 (0)