Skip to content

Commit 68558b5

Browse files
committed
fix related path issues
1 parent 0bc00ea commit 68558b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
ref: ${{ env.DASL_TESTING_REF }}
4040

4141
- name: Run DASL Python harness.
42-
working-directory: dasl-testing
42+
working-directory: dasl-testing/harnesses/python
4343
run: |
44-
RESULT_JSON=$(uv run --with cbor2 python harnesses/python/main.py libipld)
44+
RESULT_JSON=$(uv run --with cbor2 python main.py libipld)
4545
{
4646
echo "## DASL Results"
4747
echo

0 commit comments

Comments
 (0)