File tree 1 file changed +3
-10
lines changed
1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 5
5
- main
6
6
- dev.ej/windows-ci
7
7
jobs :
8
- test-suites :
8
+ tests-on-windows :
9
9
runs-on : windows-latest
10
10
timeout-minutes : 15
11
11
steps :
12
12
- uses : actions/checkout@v4
13
13
- uses : actions/setup-node@v4
14
14
with :
15
15
node-version : 20
16
- - run : npm install
16
+ - run : npm install --verbose
17
17
- name : Ng test for studio-web
18
18
run : |
19
19
npx nx build web-component
37
37
- run : npx nx build web-component
38
38
continue-on-error : true
39
39
- run : npx nx bundle web-component
40
+ shell : bash
40
41
continue-on-error : true
41
42
- run : npx nx build ngx-web-component
42
43
continue-on-error : true
43
- - name : exercise nx commands we use
44
- continue-on-error : true
45
- run : |
46
- npx nx extract-i18n studio-web
47
- npx nx check-l10n studio-web
48
- npx nx build web-component
49
- npx nx bundle web-component
50
- npx nx build ngx-web-component
You can’t perform that action at this time.
0 commit comments