Skip to content

Commit f7fbd15

Browse files
ci: Add Docker Compose setup action to workflow
This commit updates the `ci.yml` workflow to include the `docker/compose-action@v2`. This action ensures that Docker Compose and Buildx are properly set up and available for subsequent steps in the CI pipeline, improving the reliability of the build process.
1 parent 6ff88eb commit f7fbd15

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
echo "ANTIFRAUD_EXTERNAL_PORT=8081" >> .env
5454
echo "ANTIFRAUD_CACHE_MS=1000" >> .env
5555
56+
- name: Set up Docker Buildx & Compose
57+
uses: docker/compose-action@v2
5658

5759
- name: Build and run Docker containers
5860
run: docker-compose up -d --build

0 commit comments

Comments
 (0)