Skip to content

Commit

Permalink
test: refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
pcheremu committed Nov 28, 2023
1 parent 049f523 commit 7a5c5f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Start docker containers
run: |
ls
docker-compose -f "docker-compose-cli.yaml" up -d --build
docker-compose -f "docker-compose.yaml" up -d
- name: List running containers
run: docker ps
Expand All @@ -71,4 +71,4 @@ jobs:
if: always()
run: |
ls
docker-compose -f "docker-compose-cli.yaml" down
docker-compose -f "docker-compose.yaml" down

0 comments on commit 7a5c5f3

Please sign in to comment.