Skip to content

Commit

Permalink
Merge branch 'feature/check-parking-check-eventarea' of https://githu…
Browse files Browse the repository at this point in the history
…b.com/City-of-Turku/parkkihubi into feature/check-parking-check-eventarea
  • Loading branch information
juuso-j committed Oct 7, 2024
2 parents 0556c47 + 2a7489d commit 81f1ccc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ jobs:
uses: docker/setup-buildx-action@v1

- name: Build Docker image of the app
run: docker-compose build
run: docker compose build

- name: Copy default configuration as active
run: cp -n local_settings.py.tpl_dev local_settings.py

- name: Start the services with docker-compose up
run: docker-compose up -d
- name: Start the services with docker compose up
run: docker compose up -d

- name: Run pytest in the app container
run: USE_DOCKER=1 ./run-pytest -vvv
Expand Down

0 comments on commit 81f1ccc

Please sign in to comment.