Skip to content

Commit

Permalink
fix: disable staging smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
preethamr committed Jul 5, 2024
1 parent 47a1950 commit e886a0a
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -965,14 +965,15 @@ jobs:
cp "$file_path" "$file_target_path"
done
- name: run smoke tests
run: |
docker-compose -f docker-compose.services.yaml -f docker-compose.chains.yaml up -d
bash docker/bin/wait-for-services.sh router-publisher
bash docker/bin/wait-for-services.sh router-subscriber
bash docker/bin/wait-for-services.sh sequencer-server
bash docker/bin/wait-for-services.sh sequencer-publisher
bash docker/bin/wait-for-services.sh sequencer-subscriber
# Disable smoke tests till we need staging again
# - name: run smoke tests
# run: |
# docker-compose -f docker-compose.services.yaml -f docker-compose.chains.yaml up -d
# bash docker/bin/wait-for-services.sh router-publisher
# bash docker/bin/wait-for-services.sh router-subscriber
# bash docker/bin/wait-for-services.sh sequencer-server
# bash docker/bin/wait-for-services.sh sequencer-publisher
# bash docker/bin/wait-for-services.sh sequencer-subscriber

outputs:
router-publisher-tags: ${{ needs.build-and-push-router-publisher-image.outputs.json }}
Expand Down

0 comments on commit e886a0a

Please sign in to comment.