We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f36cffd commit 3db4891Copy full SHA for 3db4891
.github/workflows/e2e.yml .github/workflows/system_test.yml.github/workflows/e2e.yml renamed to .github/workflows/system_test.yml
@@ -1,13 +1,12 @@
1
-name: Soroban Tools e2e
+name: System test
2
3
on:
4
push:
5
branches: [ main, release/** ]
6
pull_request:
7
8
jobs:
9
- integration:
10
- name: System tests
+ test:
11
strategy:
12
matrix:
13
scenario-filter: [ "^TestDappDevelop$/^.*$" ]
@@ -88,7 +87,7 @@ jobs:
88
87
path: system-test/js-stellar-sdk
89
- run: rustup update
90
- uses: stellar/actions/rust-cache@main
91
- - uses: soroban-rpc/.github/actions/setup-go
+ - uses: ./soroban-rpc/.github/actions/setup-go
92
- name: Build system test with component versions
93
run: |
94
cd $GITHUB_WORKSPACE/system-test
0 commit comments