Skip to content

Commit 7a1f767

Browse files
Fix ci error
1 parent 3fd7fa0 commit 7a1f767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
docker build -t unit-scaling-dev:latest .
2424
2525
- name: Run CI
26-
run: docker run --rm -v $(pwd):/workspace unit-scaling-dev:latest ./dev ci
26+
run: docker run --rm -v $(pwd):/home/developer/unit-scaling unit-scaling-dev:latest ./dev ci
2727

2828
- name: Publish documentation
2929
if: ${{github.ref == 'refs/heads/main'}}

0 commit comments

Comments
 (0)