Skip to content

fix: change title detail product to Detail Product #4

fix: change title detail product to Detail Product

fix: change title detail product to Detail Product #4

name: CI for Feature to Staging
on:
pull_request:
branches:
- staging
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '14'
- name: Install dependencies
run: npm install
- name: Run build
run: npm run build
- name: Run start
run: npm run start