From 965d9acadb7c824fee11f42d406b922f7217d021 Mon Sep 17 00:00:00 2001 From: Chad Ostrowski <221614+chadoh@users.noreply.github.com> Date: Wed, 15 May 2024 12:31:04 -0400 Subject: [PATCH] chore: update e2e CI workflow to latest quickstart Uses latest `testing` tag with `PROTOCOL_VERSION: 21` --- .github/workflows/e2e.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 0e881abf7..e9a2301a8 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -1,4 +1,4 @@ -name: ContractClient +name: e2e on: push: @@ -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