Skip to content

Commit e47947b

Browse files
committed
ci: fix river checkout paths
1 parent c887fe7 commit e47947b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020
with:
2121
fetch-depth: 0
22+
path: freenet-core
2223

2324
- name: Checkout river
2425
uses: actions/checkout@v4
@@ -37,7 +38,7 @@ jobs:
3738
- name: Run six-peer regression
3839
working-directory: river/main
3940
env:
40-
FREENET_CORE_PATH: ${{ github.workspace }}
41+
FREENET_CORE_PATH: ${{ github.workspace }}/freenet-core
4142
RUST_LOG: info
4243
run: |
4344
cargo test --test message_flow river_message_flow_over_freenet_six_peers_five_rounds -- --ignored --exact

0 commit comments

Comments
 (0)