Skip to content

Commit

Permalink
Fix run for tests with docker-compose in test_with_docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iantei committed Nov 20, 2024
1 parent e590384 commit b9e30cc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test_with_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@ jobs:
run: echo Smoke test

- name: Run the tests using docker-compose
run: docker compose -f setup/docker-compose.tests.yml build
run: docker compose -f setup/docker-compose.tests.yml up --exit-code-from web-server
working-directory: .github/workflows
run: |
docker compose -f ../../docker-compose.tests.yml build
docker compose -f ../../docker-compose.tests.yml up --exit-code-from notebook-server

0 comments on commit b9e30cc

Please sign in to comment.