Skip to content

Commit 3db4891

Browse files
committed
Fix path and rename workflow
1 parent f36cffd commit 3db4891

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
name: Soroban Tools e2e
1+
name: System test
22

33
on:
44
push:
55
branches: [ main, release/** ]
66
pull_request:
77

88
jobs:
9-
integration:
10-
name: System tests
9+
test:
1110
strategy:
1211
matrix:
1312
scenario-filter: [ "^TestDappDevelop$/^.*$" ]
@@ -88,7 +87,7 @@ jobs:
8887
path: system-test/js-stellar-sdk
8988
- run: rustup update
9089
- uses: stellar/actions/rust-cache@main
91-
- uses: soroban-rpc/.github/actions/setup-go
90+
- uses: ./soroban-rpc/.github/actions/setup-go
9291
- name: Build system test with component versions
9392
run: |
9493
cd $GITHUB_WORKSPACE/system-test

0 commit comments

Comments
 (0)