Skip to content

Commit f03235a

Browse files
chore(ci-cd): add comments for microservices in CI configuration
1 parent 14b680c commit f03235a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
${{ runner.os }}-go-
4949
5050
- name: Test all modules on ${{ matrix.os }}
51+
# add microservices here
5152
run: |
5253
# Define modules
5354
modules=("api_gateway:./api_gateway" "service:./service" "utils:./utils")
@@ -206,10 +207,11 @@ jobs:
206207
push-docker-images:
207208
runs-on: ubuntu-22.04
208209
name: Build and Push Docker Images
209-
needs: build-and-test # This ensures tests must pass before building
210+
needs: build-and-test
210211

211212
strategy:
212213
matrix:
214+
# add microservices here
213215
service:
214216
- name: "api_gateway"
215217
dockerfile: "./api_gateway/Dockerfile"

0 commit comments

Comments
 (0)