Skip to content

Commit

Permalink
fix: using quickstart:testing
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal committed Feb 23, 2024
1 parent a86eb2e commit 8cad000
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@

name: bindings typescript

name: RPC Tests
on:
push:
branches: [main, release/**]
pull_request:

jobs:
test:
name: test generated libraries
name: test RPC
runs-on: ubuntu-22.04
services:
rpc:
image: stellar/quickstart:latest@sha256:8d6f6520ad3842042bfe4e271f8b2324ec2f128564487abedd3876cea83af4f1
image: stellar/quickstart:testing@sha256:7f074dddaf081b21d273f7346325cc1017c38bbee7b839f8b633b280a663232d
ports:
- 8000:8000
env:
Expand Down Expand Up @@ -40,5 +39,4 @@ jobs:
- run: rustup target add wasm32-unknown-unknown
- run: make build-test-wasms
- run: SOROBAN_PORT=8000 cargo test --features it --package soroban-test --test it -- integration
- run: npm ci && npm run test
working-directory: cmd/crates/soroban-spec-typescript/ts-tests

0 comments on commit 8cad000

Please sign in to comment.