Skip to content

Commit

Permalink
#527: disable testnet from testing image tests temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
sreuland committed Dec 7, 2023
1 parent 0cfe884 commit b8f3b7e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@ jobs:
go_ref: horizon-v2.27.0
xdr_ref: v20.0.1
soroban_tools_ref: v20.0.0
# testnet temporarily removed from test matrix
# https://github.com/stellar/quickstart/pull/529#issuecomment-1844633997
test_matrix: |
{
"network": ["testnet", "pubnet", "local"],
"network": ["pubnet", "local"],
"options": ["", "--enable-soroban-rpc"],
"exclude": [
{ "network": "pubnet", "options": "--enable-soroban-rpc" },
Expand All @@ -66,9 +68,11 @@ jobs:
xdr_ref: v20.0.1
soroban_tools_ref: v20.0.0
soroban_rpc_build_runner_type: ubuntu-latest-16-cores
# testnet temporarily removed from test matrix
# https://github.com/stellar/quickstart/pull/529#issuecomment-1844633997
test_matrix: |
{
"network": ["testnet", "pubnet", "local"],
"network": ["pubnet", "local"],
"options": ["", "--enable-soroban-rpc"],
"exclude": [
{ "network": "pubnet", "options": "--enable-soroban-rpc" },
Expand Down

0 comments on commit b8f3b7e

Please sign in to comment.