Skip to content

WAL-1064 - add anchor platform integration tests #1

WAL-1064 - add anchor platform integration tests

WAL-1064 - add anchor platform integration tests #1

name: Run Test
on: [pull_request]
jobs:
test-ci:
name: anchor platform test
runs-on: ubuntu-latest
steps:
- name: Checkout Java Anchor SDK
uses: actions/checkout@v2
with:
repository: stellar/java-stellar-anchor-sdk
- name: Start docker
run:
docker-compose -f
service-runner/src/main/resources/docker-compose.yaml up -d
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18
- run: yarn install
- run: yarn start