Skip to content

fix: change branch name #5

fix: change branch name

fix: change branch name #5

Workflow file for this run

---
name: Automatic issue responses
on:
push:
branches:
- carz-merchant
jobs:
build:
name: Build iconmoon
runs-on: [macos-latest]
steps:
- name: Check out Git repository
uses: actions/checkout@v4
with:
ref: core
path: core
- name: Check out Git repository
uses: actions/checkout@v4
with:
ref: carz-merchant
path: app
- name: npm install
run: cd core && npm install
- run: ls
# - name: npm start
# run: cd core && npm start
# - name: npm start
# run: cd core/output && ls