Skip to content

Commit

Permalink
Fix run command in test_with_docker.yml - working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
iantei committed Nov 19, 2024
1 parent cfb6073 commit d3fe095
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test_with_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
run: echo Smoke test

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

0 comments on commit d3fe095

Please sign in to comment.