Skip to content

Commit ffd3a98

Browse files
author
PROD\CGriffit
committed
re-enable tests
1 parent f10f161 commit ffd3a98

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/npm-build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,12 @@ jobs:
2828
- name: Build All
2929
working-directory: ./imxweb
3030
run: npx nx run-many -t build -c production
31-
31+
32+
- name: Test All
33+
working-directory: ./imxweb
34+
run: npm run nx:test-ci
35+
timeout-minutes: 30
36+
3237
- name: Zip applications
3338
run: |
3439
# Dynamically get app names from projects dir
@@ -45,9 +50,4 @@ jobs:
4550
name: imxweb-apps
4651
path: ./imxweb/dist/Html_*.zip
4752

48-
# Tests currently do not work
49-
# - name: Test All
50-
# working-directory: ./imxweb
51-
# run: npm run nx:test-ci
52-
# timeout-minutes: 30
5353

0 commit comments

Comments
 (0)