Skip to content

Commit ad34123

Browse files
committed
ci: simplify river checkout
1 parent b9eb611 commit ad34123

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/six-peer-regression.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
repository: freenet/river
2727
ref: main
28-
path: river-src
28+
path: river
2929

3030
- name: Install Rust
3131
uses: actions-rs/toolchain@v1
@@ -34,13 +34,8 @@ jobs:
3434
toolchain: stable
3535
override: true
3636

37-
- name: Show workspace layout
38-
run: |
39-
pwd
40-
ls -R . | head -n 200
41-
4237
- name: Run six-peer regression
43-
working-directory: ${{ github.workspace }}/river-src/main
38+
working-directory: river/main
4439
env:
4540
FREENET_CORE_PATH: ${{ github.workspace }}
4641
RUST_LOG: info

0 commit comments

Comments
 (0)