Skip to content

fix 🐞: CI of Order Service #2

fix 🐞: CI of Order Service

fix 🐞: CI of Order Service #2

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ 'ci', 'dev' ]
tags: [ 'v*' ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '24.x'
- run: cd 1-order-service/
- run: npm ci
- run: npm run build --if-present
- run: cat Dockerfile