Skip to content

Commit

Permalink
Fix the CI pipeline to pull from AP v2 stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
lijamie98 committed Nov 22, 2024
1 parent dd10a3c commit b308321
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/integration.anchorPlatformTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,18 @@ jobs:
uses: actions/checkout@v2
with:
repository: stellar/java-stellar-anchor-sdk
<<<<<<< Updated upstream
- name: Build docker
run:
docker build --build-arg BASE_IMAGE=gradle:8.2.1-jdk17 -t
anchor-platform:local ./
=======
>>>>>>> Stashed changes
- name: Run docker
env:
TEST_PROFILE_NAME: default
run:
docker compose -f
service-runner/src/main/resources/docker-compose.yaml up -d
docker compose -f docker-compose.yaml --profile v2-stable up -d
- name: Wait for docker to be ready
run: sleep 300 && curl http://localhost:8080/.well-known/stellar.toml
- uses: actions/checkout@v2
Expand Down

0 comments on commit b308321

Please sign in to comment.