Skip to content

Commit

Permalink
chore: update e2e CI workflow to latest quickstart
Browse files Browse the repository at this point in the history
Uses latest `testing` tag with `PROTOCOL_VERSION: 21`
  • Loading branch information
chadoh committed May 15, 2024
1 parent b5729cc commit 965d9ac
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ContractClient
name: e2e

on:
push:
Expand All @@ -7,17 +7,18 @@ on:

jobs:
test:
name: test generated ContractClient
name: test contract.Client
runs-on: ubuntu-22.04
services:
rpc:
image: stellar/quickstart:soroban-dev@sha256:0ad51035cf7caba2fd99c7c1fad0945df6932be7d5c893e1520ccdef7d6a6ffe
image: stellar/quickstart:testing@sha256:bef5c451e305c914e91964ec22e7a25b9f5276a706fe0357ac23125569d93f05
ports:
- 8000:8000
env:
ENABLE_LOGS: true
NETWORK: local
ENABLE_SOROBAN_RPC: true
PROTOCOL_VERSION: 21
options: >-
--health-cmd "curl --no-progress-meter --fail-with-body -X POST \"http://localhost:8000/soroban/rpc\" -H 'Content-Type: application/json' -d '{\"jsonrpc\":\"2.0\",\"id\":8675309,\"method\":\"getNetwork\"}' && curl --no-progress-meter \"http://localhost:8000/friendbot\" | grep '\"invalid_field\": \"addr\"'"
--health-interval 10s
Expand Down

0 comments on commit 965d9ac

Please sign in to comment.