Skip to content

Commit a8081d8

Browse files
committed
ci: run river test from repo root
1 parent ad34123 commit a8081d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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
28+
path: river-src
2929

3030
- name: Install Rust
3131
uses: actions-rs/toolchain@v1
@@ -35,7 +35,7 @@ jobs:
3535
override: true
3636

3737
- name: Run six-peer regression
38-
working-directory: river/main
38+
working-directory: river-src
3939
env:
4040
FREENET_CORE_PATH: ${{ github.workspace }}
4141
RUST_LOG: info

0 commit comments

Comments
 (0)