Skip to content

Commit fe321fc

Browse files
committed
ci: build js library template on windows
1 parent 05ece3e commit fe321fc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-templates.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ jobs:
4242
type:
4343
name: library
4444
language: js
45+
- os: windows-latest
46+
type:
47+
name: library
48+
language: js
4549

4650
concurrency:
4751
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.os }}-${{ matrix.type.name }}-${{ matrix.type.language }}
@@ -65,6 +69,7 @@ jobs:
6569
echo "work_dir=${{ matrix.os }}-${{ matrix.type.name }}-${{ matrix.type.language }}" >> $GITHUB_ENV
6670
6771
- name: Create library
72+
shell: bash
6873
run: |
6974
rm -rf ${{ env.work_dir }} # Workaround for tests failing intermittently
7075

0 commit comments

Comments
 (0)