From 3db4891cdc8a53c8e362fb740ed3825ab33f12b8 Mon Sep 17 00:00:00 2001 From: Alfonso Acosta Date: Fri, 21 Jun 2024 03:06:20 +0200 Subject: [PATCH] Fix path and rename workflow --- .github/workflows/{e2e.yml => system_test.yml} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) rename .github/workflows/{e2e.yml => system_test.yml} (97%) diff --git a/.github/workflows/e2e.yml b/.github/workflows/system_test.yml similarity index 97% rename from .github/workflows/e2e.yml rename to .github/workflows/system_test.yml index 7b1a79b0..9fe15056 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/system_test.yml @@ -1,4 +1,4 @@ -name: Soroban Tools e2e +name: System test on: push: @@ -6,8 +6,7 @@ on: pull_request: jobs: - integration: - name: System tests + test: strategy: matrix: scenario-filter: [ "^TestDappDevelop$/^.*$" ] @@ -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