Skip to content

Commit 72b2ee3

Browse files
committed
chore: rename apcore checkout path and update spec repository environment variable
1 parent 04f7ab0 commit 72b2ee3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

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

3434
- name: Set up Python
3535
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
@@ -52,5 +52,7 @@ jobs:
5252
ruff check src/ tests/
5353
5454
- name: Run tests
55+
env:
56+
APCORE_SPEC_REPO: ${{ github.workspace }}/.apcore-spec
5557
run: |
5658
pytest

0 commit comments

Comments
 (0)