We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f10f161 commit ffd3a98Copy full SHA for ffd3a98
1 file changed
.github/workflows/npm-build.yml
@@ -28,7 +28,12 @@ jobs:
28
- name: Build All
29
working-directory: ./imxweb
30
run: npx nx run-many -t build -c production
31
-
+
32
+ - name: Test All
33
+ working-directory: ./imxweb
34
+ run: npm run nx:test-ci
35
+ timeout-minutes: 30
36
37
- name: Zip applications
38
run: |
39
# Dynamically get app names from projects dir
@@ -45,9 +50,4 @@ jobs:
45
50
name: imxweb-apps
46
51
path: ./imxweb/dist/Html_*.zip
47
52
48
- # Tests currently do not work
49
- # - name: Test All
- # working-directory: ./imxweb
- # run: npm run nx:test-ci
- # timeout-minutes: 30
53
0 commit comments