Skip to content

Commit 1ca2523

Browse files
committed
ci 🦊: Testing CI for Order Service
1 parent a3d7ad3 commit 1ca2523

2 files changed

Lines changed: 21 additions & 4 deletions

File tree

.github/workflow/node.js.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Node.js CI
2+
3+
on:
4+
push:
5+
branches: [ 'ci', 'dev' ]
6+
tags: [ 'v*' ]
7+
8+
jobs:
9+
build:
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- uses: actions/checkout@v4
14+
- name: Use Node.js
15+
uses: actions/setup-node@v4
16+
with:
17+
node-version: '24.x'
18+
- run: cd 1-order-service/
19+
- run: npm ci
20+
- run: npm run build --if-present
21+
- run: cat Dockerfile

testing-file.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)