Skip to content

Commit

Permalink
slight change
Browse files Browse the repository at this point in the history
  • Loading branch information
elraphty committed Aug 29, 2024
1 parent 8109f5f commit fd7837f
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/prjob_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,13 @@ jobs:
- name: Run Stack V2
run: |
GITACTION_ENV=gitactionenv docker compose -f ./stack/alts/v2.yml --project-directory ./stack . up -d;
GITACTION_ENV=gitactionenv docker compose -f ./stack/alts/v2.yml --project-directory ./stack up -d;
sleep 240;
docker ps
docker logs alice.sphinx
docker logs bob.sphinx
docker wait sphinx-tribes-v2setup-1
# - name: Run Stack V2
# uses: nick-fields/retry@v2
# with:
# timeout_minutes: 10
# max_attempts: 3
# command: |
# GITACTION_ENV=gitactionenv docker compose -f ./stack/alts/v2.yml --project-directory ./stack up -d;
# sleep 240;
# docker ps
# docker logs alice.sphinx
# docker logs bob.sphinx
# docker wait sphinx-tribes-v2setup-1

- name: Starting DB
run: docker compose -f ./docker/testdb-docker-compose.yml -p test_db up -d

Expand Down

0 comments on commit fd7837f

Please sign in to comment.