We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05ece3e commit e562a3eCopy full SHA for e562a3e
1 file changed
.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,9 @@ 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
73
+ env:
74
+ work_dir: ${{ env.work_dir }}
68
75
run: |
76
rm -rf ${{ env.work_dir }} # Workaround for tests failing intermittently
77
0 commit comments