yd-test
Yajith Dayarathna 4 months ago
parent 50751256f9
commit a4bf311493
No known key found for this signature in database
GPG Key ID: 7F90D690ED665EF0

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

Loading…
Cancel
Save