Skip to content

Commit

Permalink
Fix path and rename workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Jun 21, 2024
1 parent f36cffd commit 3db4891
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: Soroban Tools e2e
name: System test

on:
push:
branches: [ main, release/** ]
pull_request:

jobs:
integration:
name: System tests
test:
strategy:
matrix:
scenario-filter: [ "^TestDappDevelop$/^.*$" ]
Expand Down Expand Up @@ -88,7 +87,7 @@ jobs:
path: system-test/js-stellar-sdk
- run: rustup update
- uses: stellar/actions/rust-cache@main
- uses: soroban-rpc/.github/actions/setup-go
- uses: ./soroban-rpc/.github/actions/setup-go
- name: Build system test with component versions
run: |
cd $GITHUB_WORKSPACE/system-test
Expand Down

0 comments on commit 3db4891

Please sign in to comment.