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 e1f50da commit a5aa16aCopy full SHA for a5aa16a
.github/workflows/ci.yml
@@ -55,12 +55,12 @@ jobs:
55
steps:
56
- uses: actions/checkout@v4
57
- uses: ./.github/actions/setup
58
- - run: (cd datafusion-distributed-controller && cargo test)
+ - run: (cd ./datafusion_distributed_controller && cargo test)
59
60
controller-format-check:
61
runs-on: ubuntu-latest
62
63
64
65
- - run: (cd datafusion-distributed-controller && cargo fmt --all -- --check)
+ - run: (cd ./datafusion_distributed_controller && cargo fmt --all -- --check)
66
0 commit comments