Skip to content

fix(deps)(deps): bump pydantic from 2.10.3 to 2.13.4 in /ml-service #22

fix(deps)(deps): bump pydantic from 2.10.3 to 2.13.4 in /ml-service

fix(deps)(deps): bump pydantic from 2.10.3 to 2.13.4 in /ml-service #22

name: Integration Tests
on:
workflow_dispatch:
push:
paths:
- 'contracts/**'
- 'packages/**'
- 'docker/**'
- '.github/workflows/integration-tests.yml'
jobs:
integration:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build test network image
run: |
docker build -t subtrackr/stellar-standalone:test ./docker
- name: Start test network
run: |
docker-compose -f docker-compose.test.yml up -d --build
- name: Wait and run integration script
run: |
chmod +x ./scripts/test-integration.sh
./scripts/test-integration.sh