We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd7fa0 commit 7a1f767Copy full SHA for 7a1f767
.github/workflows/ci.yaml
@@ -23,7 +23,7 @@ jobs:
23
docker build -t unit-scaling-dev:latest .
24
25
- name: Run CI
26
- run: docker run --rm -v $(pwd):/workspace unit-scaling-dev:latest ./dev ci
+ run: docker run --rm -v $(pwd):/home/developer/unit-scaling unit-scaling-dev:latest ./dev ci
27
28
- name: Publish documentation
29
if: ${{github.ref == 'refs/heads/main'}}
0 commit comments