We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05ece3e commit fe321fcCopy full SHA for fe321fc
.github/workflows/build-templates.yml
@@ -42,6 +42,10 @@ jobs:
42
type:
43
name: library
44
language: js
45
+ - os: windows-latest
46
+ type:
47
+ name: library
48
+ language: js
49
50
concurrency:
51
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.os }}-${{ matrix.type.name }}-${{ matrix.type.language }}
@@ -65,6 +69,7 @@ jobs:
65
69
echo "work_dir=${{ matrix.os }}-${{ matrix.type.name }}-${{ matrix.type.language }}" >> $GITHUB_ENV
66
70
67
71
- name: Create library
72
+ shell: bash
68
73
run: |
74
rm -rf ${{ env.work_dir }} # Workaround for tests failing intermittently
75
0 commit comments