We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 117bc15 commit 4b1d606Copy full SHA for 4b1d606
1 file changed
.github/workflows/main.yml
@@ -8,6 +8,7 @@ on:
8
branches:
9
- main
10
- feature/**
11
+
12
jobs:
13
build:
14
runs-on: ubuntu-latest
@@ -27,12 +28,9 @@ jobs:
27
28
- name: Run Unit Tests
29
run: npm test -- --watch=false --browsers=ChromeHeadless
30
- - name: Build Angular App
31
+ - name: Build Angular App for production
32
run: npm run build -- --configuration=production
33
34
- run: npm run build
35
-
36
- name: Upload Build Artifact
37
uses: actions/upload-artifact@v4
38
with:
0 commit comments