Skip to content

Commit 4554b20

Browse files
committed
specify environment variable for rpcUrl
1 parent 5d8665d commit 4554b20

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches: [main]
66
pull_request:
77

8+
env:
9+
PUBLIC_STELLAR_RPC_URL: 'https://soroban-testnet.stellar.org'
10+
811
jobs:
912
build_and_test:
1013
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)