Skip to content

Commit bd6bcab

Browse files
committed
fix(ci): checkout Core repo for test imports
Tests import ../../NoJS/src/index.js which doesn't exist in CI. Add a checkout step for ErickXavier/no-js at ../NoJS so the relative path resolves correctly from the test files.
1 parent a8a7b9f commit bd6bcab

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515

16+
- name: Checkout NoJS Core
17+
uses: actions/checkout@v4
18+
with:
19+
repository: ErickXavier/no-js
20+
path: ../NoJS
21+
1622
- uses: actions/setup-node@v4
1723
with:
1824
node-version: 20

0 commit comments

Comments
 (0)