Skip to content

Commit

Permalink
args order
Browse files Browse the repository at this point in the history
  • Loading branch information
maxjakob committed Mar 28, 2024
1 parent f1488cd commit 70971ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
name: "Integration tests"
name: "make integration_tests"
steps:
- uses: actions/checkout@v4

Expand All @@ -43,7 +43,7 @@ jobs:

- name: Start containers
shell: bash
run: docker-compose -f "$DOCKER_COMPOSE_YAML" up elasticsearch -d --build
run: docker-compose -f "$DOCKER_COMPOSE_YAML" up -d --build elasticsearch

- name: Run integration tests
shell: bash
Expand Down

0 comments on commit 70971ca

Please sign in to comment.