Skip to content

Commit 4b1d606

Browse files
committed
Trigger Pipeline
1 parent 117bc15 commit 4b1d606

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
branches:
99
- main
1010
- feature/**
11+
1112
jobs:
1213
build:
1314
runs-on: ubuntu-latest
@@ -27,12 +28,9 @@ jobs:
2728
- name: Run Unit Tests
2829
run: npm test -- --watch=false --browsers=ChromeHeadless
2930

30-
- name: Build Angular App
31+
- name: Build Angular App for production
3132
run: npm run build -- --configuration=production
3233

33-
- name: Build Angular App
34-
run: npm run build
35-
3634
- name: Upload Build Artifact
3735
uses: actions/upload-artifact@v4
3836
with:

0 commit comments

Comments
 (0)