troubleshooting pipeline

This commit is contained in:
Ammar Qaffaf
2024-02-22 02:40:43 +03:00
parent 8468e5c890
commit e287dae4b5

View File

@ -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: