Skip to content

Commit e519747

Browse files
committed
Feat: Pipelines
1 parent bf762d1 commit e519747

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-check-webapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: Build and Run Docker Compose
5858
run: |
59-
docker-compose -f ./docker-compose.yml up nginx -d
59+
docker compose -f ./docker-compose.yml up nginx -d
6060
sleep 10
6161
6262
- name: Test Healthcheck Endpoint

.github/workflows/main-release-webapi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292

9393
- name: Build and Run Docker Compose
9494
run: |
95-
docker-compose -f ./prod/docker-compose.yml up nginx -d
95+
docker compose -f ./prod/docker-compose.yml up nginx -d
9696
sleep 10
9797
9898
- name: Test Healthcheck Endpoint
@@ -119,7 +119,7 @@ jobs:
119119

120120
- name: Build and Run Docker Compose
121121
run: |
122-
docker-compose -f ./prod/docker-compose.yml up k6 --build --force-recreate
122+
docker compose -f ./prod/docker-compose.yml up k6 --build --force-recreate
123123
sleep 10
124124
125125
# - name: test

0 commit comments

Comments
 (0)