We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 036f54e commit da12ea9Copy full SHA for da12ea9
1 file changed
.github/workflows/node.js.yml
@@ -6,8 +6,11 @@ on:
6
tags: ['v*']
7
8
jobs:
9
- build:
+ Order_Service_Build:
10
runs-on: ubuntu-latest
11
+ defaults:
12
+ run:
13
+ working-directory: 1-order-service
14
15
steps:
16
- uses: actions/checkout@v4
@@ -16,8 +19,5 @@ jobs:
19
with:
17
20
node-version: '24.x'
18
21
- run: npm ci
- working-directory: 1-order-service
22
- run: npm run build --if-present
23
- run: cat Dockerfile
0 commit comments