You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#docker run --network container:smoke-testing-helloworld --volumes-from tests -t postman/newman:4.4.0-alpine run smoke-testing-helloworld.postman_collection.json
60
+
workflows:
61
+
version: 2
62
+
build:
63
+
jobs:
64
+
- build
65
+
- test:
66
+
requires:
67
+
- build
68
+
# Implement to push your container to a repository
0 commit comments