You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/continuous_delivery.yml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,8 @@ jobs:
37
37
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
38
38
- name: Install dependencies
39
39
run: pnpm install --frozen-lockfile
40
+
- name: Build # Check composite action to avoid creating two jobs to reuse workflows https://docs.github.com/en/actions/sharing-automations/creating-actions/creating-a-composite-action
0 commit comments