mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-10 15:17:41 +00:00
troubleshooting pipeline
This commit is contained in:
13
.github/workflows/dev_syncrow(dev).yml
vendored
13
.github/workflows/dev_syncrow(dev).yml
vendored
@ -20,6 +20,19 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '20'
|
||||
|
||||
- name: Install dependencies and build project
|
||||
run: |
|
||||
npm install
|
||||
npm run build
|
||||
|
||||
- name: List build output
|
||||
run: ls -R dist/apps/
|
||||
|
||||
- name: Log in to Azure
|
||||
uses: azure/login@v1
|
||||
with:
|
||||
|
Reference in New Issue
Block a user