Skip to content

Commit 47dad6d

Browse files
authored
Merge pull request #920 from tnull/2026-06-fix-vss-server-location
Account for `vss-server` location change
2 parents b8f8abd + bfad8e6 commit 47dad6d

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)