Skip to content

Commit f3f8c0d

Browse files
fix: ci
1 parent e526770 commit f3f8c0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/backend.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,15 +96,15 @@ jobs:
9696
POSTGRES_PORT = "${{ secrets.POSTGRES_PORT }}"
9797
EOL
9898
99-
- name: Run tests
99+
- name: Run unit tests
100100
run: turbo test
101101

102102
- name: Build docker image
103103
run: docker build -t cairo-coder-backend:${{ github.sha }} -f backend.dockerfile .
104104

105-
- name: Integration docker connection test with Docker Compose
105+
- name: Run integration tests
106106
run: |
107-
docker-compose up -d postgres backend
107+
docker compose up -d postgres backend
108108
echo "Waiting for services to be ready..."
109109
sleep 20
110110

0 commit comments

Comments
 (0)