Skip to content

Commit 61daa19

Browse files
committed
azure post fixes
1 parent 6e4cec0 commit 61daa19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/azure-deployment_orbistay-frontend.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
with:
2424
node-version: '18.x'
2525

26-
- name: npm install, build, and test
26+
- name: npm install and build
2727
run: |
2828
npm install
29-
npm run build --if-present
30-
npm run test --if-present
29+
npm run build
30+
3131
3232
- name: Upload artifact for deployment job
3333
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)