Skip to content

Commit

Permalink
updated obsolete command
Browse files Browse the repository at this point in the history
  • Loading branch information
biuti committed Aug 20, 2024
1 parent 8e200d9 commit aecd59a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
- name: add defines.yaml
run: mv defines.yaml.example defines.yaml
- name: Build the Docker image
run: docker-compose -f docker-compose-tests.yml build
run: docker compose -f docker-compose-tests.yml build
- name: Run tests
run: docker-compose -f docker-compose-tests.yml run --rm tests test
run: docker compose -f docker-compose-tests.yml run --rm tests test

0 comments on commit aecd59a

Please sign in to comment.