File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,14 +26,12 @@ jobs:
2626
2727 - name : Build Integration-test
2828 run : |
29- docker-compose -f docker-compose.yml -f docker-compose.it.yml build adapter-it
29+ docker-compose -f docker-compose.yml -f docker-compose.it.yml build mock-server
3030
3131 - name : Run Integration-test
32- # Only the logs from the services listed in the `docker-compose up` command are going to be printed to stdout
33- # To get logs from other services too, just add them to the `docker-compose up` command
32+ working-directory : ./adapter/integration-test
3433 run : |
35- docker-compose -f docker-compose.yml -f docker-compose.it.yml up --exit-code-from adapter-it adapter adapter-it
36- docker-compose -f docker-compose.yml -f docker-compose.it.yml down
34+ npm run test
3735
3836 - name : Save Docker image as artifact
3937 run : |
You can’t perform that action at this time.
0 commit comments