Skip to content

Commit

Permalink
CI #1594
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed Jun 14, 2024
1 parent 66ec851 commit 690c4b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/automated-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- name: Build docker image(s) for TESTS
run: |
ln -s provisioning/container/compose.test.yml compose.yml
docker-compose build
docker-compose up -d
docker compose build
docker compose up -d
- name: Check flake8
run: docker compose exec tests-dsmr-app poetry run flake8 -v
Expand Down

0 comments on commit 690c4b9

Please sign in to comment.