Skip to content

Commit a5aa16a

Browse files
ci
1 parent e1f50da commit a5aa16a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ jobs:
5555
steps:
5656
- uses: actions/checkout@v4
5757
- uses: ./.github/actions/setup
58-
- run: (cd datafusion-distributed-controller && cargo test)
58+
- run: (cd ./datafusion_distributed_controller && cargo test)
5959

6060
controller-format-check:
6161
runs-on: ubuntu-latest
6262
steps:
6363
- uses: actions/checkout@v4
6464
- uses: ./.github/actions/setup
65-
- run: (cd datafusion-distributed-controller && cargo fmt --all -- --check)
65+
- run: (cd ./datafusion_distributed_controller && cargo fmt --all -- --check)
6666

0 commit comments

Comments
 (0)