We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d8665d commit 4554b20Copy full SHA for 4554b20
.github/workflows/test.yaml
@@ -5,6 +5,9 @@ on:
5
branches: [main]
6
pull_request:
7
8
+env:
9
+ PUBLIC_STELLAR_RPC_URL: 'https://soroban-testnet.stellar.org'
10
+
11
jobs:
12
build_and_test:
13
runs-on: ubuntu-latest
0 commit comments