Skip to content

Commit

Permalink
Use GH repo for checking out RPC and CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
stellarsaur committed Feb 6, 2024
1 parent 6ffbc81 commit 5b67af9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-system-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
integration:
name: System Tests (Nightly)
name: System tests
strategy:
matrix:
scenario-filter: ["^TestDappDevelop$/^.*$"]
Expand All @@ -19,7 +19,7 @@ jobs:

# the soroban CLI & RPC source code to compile and run from system test
# refers to checked out source of current git hub ref context
SYSTEM_TEST_SOROBAN_CLI_REF: ${{ github.workspace }}/soroban-tools
SYSTEM_TEST_SOROBAN_CLI_REF: https://github.com/stellar/soroban-tools.git\#main
SYSTEM_TEST_SOROBAN_RPC_REF: https://github.com/stellar/soroban-rpc.git\#main

# core git ref should be latest commit for stable soroban functionality
Expand Down

0 comments on commit 5b67af9

Please sign in to comment.