Skip to content

chore 🔧: Change dir name (wrong workflow name) #1

chore 🔧: Change dir name (wrong workflow name)

chore 🔧: Change dir name (wrong workflow name) #1

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