Skip to content

Commit 484881d

Browse files
committed
refactor 🔨: Whole CI
1 parent f0e7ad0 commit 484881d

1 file changed

Lines changed: 1 addition & 19 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,11 @@
1-
name: Node.js CI
1+
name: Docker CI
22

33
on:
44
push:
55
branches: ['ci', 'dev', 'main']
66
tags: ['v*']
77

88
jobs:
9-
# build:
10-
# runs-on: ubuntu-latest
11-
# defaults:
12-
# run:
13-
# working-directory: 1-order-service
14-
15-
# steps:
16-
# - uses: actions/checkout@v4
17-
# - name: Use Node.js
18-
# uses: actions/setup-node@v4
19-
# with:
20-
# node-version: '24.x'
21-
# - run: npm ci
22-
# - run: npm run build --if-present
23-
# - run: cat Dockerfile
24-
259
order-service-build-and-push:
2610
# needs: build
2711
runs-on: ubuntu-latest
@@ -62,7 +46,6 @@ jobs:
6246
cache-to: type=gha,mode=max
6347

6448
inventory-service-build-and-push:
65-
# needs: build
6649
runs-on: ubuntu-latest
6750
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/ci' || startsWith(github.ref, 'refs/tags/')
6851
defaults:
@@ -101,7 +84,6 @@ jobs:
10184
cache-to: type=gha,mode=max
10285

10386
payment-service-build-and-push:
104-
# needs: build
10587
runs-on: ubuntu-latest
10688
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/ci' || startsWith(github.ref, 'refs/tags/')
10789
defaults:

0 commit comments

Comments
 (0)