We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14b680c commit f03235aCopy full SHA for f03235a
1 file changed
.github/workflows/ci-cd.yml
@@ -48,6 +48,7 @@ jobs:
48
${{ runner.os }}-go-
49
50
- name: Test all modules on ${{ matrix.os }}
51
+ # add microservices here
52
run: |
53
# Define modules
54
modules=("api_gateway:./api_gateway" "service:./service" "utils:./utils")
@@ -206,10 +207,11 @@ jobs:
206
207
push-docker-images:
208
runs-on: ubuntu-22.04
209
name: Build and Push Docker Images
- needs: build-and-test # This ensures tests must pass before building
210
+ needs: build-and-test
211
212
strategy:
213
matrix:
214
215
service:
216
- name: "api_gateway"
217
dockerfile: "./api_gateway/Dockerfile"
0 commit comments