Skip to content

Commit

Permalink
Update docker commands in GitHub tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
np5 committed Apr 3, 2024
1 parent c228400 commit b60a44b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
- uses: actions/checkout@v4

- name: run tests with coverage
run: docker-compose run -u root web tests_with_coverage
run: docker compose run -u root web tests_with_coverage
env:
COMPOSE_DOCKER_CLI_BUILD: 1
DOCKER_BUILDKIT: 1

- name: output coverage lcov
run: docker-compose run -u root web coverage_lcov
run: docker compose run -u root web coverage_lcov
env:
COMPOSE_DOCKER_CLI_BUILD: 1
DOCKER_BUILDKIT: 1
Expand Down

0 comments on commit b60a44b

Please sign in to comment.