Skip to content

Commit

Permalink
build: update bindings-ts ci flow
Browse files Browse the repository at this point in the history
  • Loading branch information
chadoh committed Sep 19, 2023
1 parent fe7e72a commit 7cb372e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/bindings-ts.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@

name: bindings typescript

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

jobs:
test:
name: test generated libraries
runs-on: ubuntu-20.04
services:
rpc:
image: stellar/quickstart:soroban-dev@sha256:a6b03cf6b0433c99f2f799b719f0faadbb79684b1b763e7674ba749fb0f648ee
image: stellar/quickstart:soroban-dev@sha256:8a99332f834ca82e3ac1418143736af59b5288e792d1c4278d6c547c6ed8da3b
ports:
- 8000:8000
env:
Expand Down

0 comments on commit 7cb372e

Please sign in to comment.