Skip to content

Commit

Permalink
Replace docker-compose with docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Oct 9, 2024
1 parent 4c635b3 commit e7f18b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:

- name: Create database
run: |
docker-compose pull db
docker-compose run -d -p 5432:5432 --name postgresql_database db
docker compose pull db
docker compose run -d -p 5432:5432 --name postgresql_database db
- name: Configure ~/.tcms.conf for ${{ matrix.kiwitcms-url }}
run: |
Expand Down

0 comments on commit e7f18b7

Please sign in to comment.