pull/12064/head
Yajith Dayarathna 2024-08-09 16:01:41 +12:00
parent 50751256f9
commit a4bf311493
No known key found for this signature in database
GPG Key ID: 7F90D690ED665EF0
1 changed files with 3 additions and 2 deletions

View File

@ -56,8 +56,9 @@ jobs:
- name: Install docker-compose - name: Install docker-compose
run: | run: |
sudo apt-get update # sudo apt-get update
sudo apt-get install docker-compose # sudo apt-get install docker-compose
alias docker-compose='docker compose'
- name: Run tests - name: Run tests
run: make test-server run: make test-server