Skip to content

Commit bfad8e6

Browse files
committed
Account for vss-server location change
In lightningdevkit/vss-server#101 we dropped the Java version of `vss-server` and moved the Rust version to the repo root. Here we account for the updated location in our integration tests.
1 parent 96bdc06 commit bfad8e6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/vss-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Build and Deploy VSS Server
4040
run: |
41-
cd vss-server/rust
41+
cd vss-server
4242
cargo run server/vss-server-config.toml&
4343
- name: Run VSS Integration tests
4444
run: |

.github/workflows/vss-no-auth-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Build and Deploy VSS Server
4040
run: |
41-
cd vss-server/rust
41+
cd vss-server
4242
RUSTFLAGS=--cfg=noop_authorizer cargo run --no-default-features server/vss-server-config.toml&
4343
- name: Run VSS Integration tests
4444
run: |

0 commit comments

Comments
 (0)