Skip to content

Commit 2deeccc

Browse files
committed
Adapter: update CI script to changes
1 parent 9e326cf commit 2deeccc

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/ods.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)