Skip to content

Commit ea081c1

Browse files
committed
ci: windows ci tweaks
1 parent c2e41c3 commit ea081c1

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/windows-tests.yml

+3-10
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ on:
55
- main
66
- dev.ej/windows-ci
77
jobs:
8-
test-suites:
8+
tests-on-windows:
99
runs-on: windows-latest
1010
timeout-minutes: 15
1111
steps:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-node@v4
1414
with:
1515
node-version: 20
16-
- run: npm install
16+
- run: npm install --verbose
1717
- name: Ng test for studio-web
1818
run: |
1919
npx nx build web-component
@@ -37,14 +37,7 @@ jobs:
3737
- run: npx nx build web-component
3838
continue-on-error: true
3939
- run: npx nx bundle web-component
40+
shell: bash
4041
continue-on-error: true
4142
- run: npx nx build ngx-web-component
4243
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

0 commit comments

Comments
 (0)