File tree 1 file changed +9
-8
lines changed
1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -965,14 +965,15 @@ jobs:
965
965
cp "$file_path" "$file_target_path"
966
966
done
967
967
968
- - name : run smoke tests
969
- run : |
970
- docker-compose -f docker-compose.services.yaml -f docker-compose.chains.yaml up -d
971
- bash docker/bin/wait-for-services.sh router-publisher
972
- bash docker/bin/wait-for-services.sh router-subscriber
973
- bash docker/bin/wait-for-services.sh sequencer-server
974
- bash docker/bin/wait-for-services.sh sequencer-publisher
975
- bash docker/bin/wait-for-services.sh sequencer-subscriber
968
+ # Disable smoke tests till we need staging again
969
+ # - name: run smoke tests
970
+ # run: |
971
+ # docker-compose -f docker-compose.services.yaml -f docker-compose.chains.yaml up -d
972
+ # bash docker/bin/wait-for-services.sh router-publisher
973
+ # bash docker/bin/wait-for-services.sh router-subscriber
974
+ # bash docker/bin/wait-for-services.sh sequencer-server
975
+ # bash docker/bin/wait-for-services.sh sequencer-publisher
976
+ # bash docker/bin/wait-for-services.sh sequencer-subscriber
976
977
977
978
outputs :
978
979
router-publisher-tags : ${{ needs.build-and-push-router-publisher-image.outputs.json }}
You can’t perform that action at this time.
0 commit comments