Skip to content

Commit 406d529

Browse files
fix-cicd
1 parent 5b8ac87 commit 406d529

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/stage-4-acceptance.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ jobs:
5252
- name: "Deploy application"
5353
run: |
5454
echo "Deploying application..."
55+
- name: "NPM install"
56+
working-directory: .
57+
run: npm ci
58+
shell: bash
5559
- name: "Build OAS file"
5660
working-directory: .
5761
run: |

0 commit comments

Comments
 (0)