Skip to content

Commit 2fe7020

Browse files
committed
ci: checkout freenet-core at workspace root
1 parent 1fc3559 commit 2fe7020

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

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

2423
- name: Checkout river
2524
uses: actions/checkout@v4
@@ -36,9 +35,9 @@ jobs:
3635
override: true
3736

3837
- name: Run six-peer regression
39-
working-directory: ${{ github.workspace }}/river/main
38+
working-directory: river/main
4039
env:
41-
FREENET_CORE_PATH: ${{ github.workspace }}/freenet-core
40+
FREENET_CORE_PATH: ${{ github.workspace }}
4241
RUST_LOG: info
4342
run: |
4443
cargo test --test message_flow river_message_flow_over_freenet_six_peers_five_rounds -- --ignored --exact

0 commit comments

Comments
 (0)