File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 42
42
type :
43
43
name : library
44
44
language : js
45
+ - os : windows-latest
46
+ type :
47
+ name : library
48
+ language : js
45
49
46
50
concurrency :
47
51
group : ${{ github.workflow }}-${{ github.ref }}-${{ matrix.os }}-${{ matrix.type.name }}-${{ matrix.type.language }}
@@ -61,10 +65,12 @@ jobs:
61
65
yarn workspace create-react-native-library prepare
62
66
63
67
- name : Get working directory
68
+ shell : bash
64
69
run : |
65
70
echo "work_dir=${{ matrix.os }}-${{ matrix.type.name }}-${{ matrix.type.language }}" >> $GITHUB_ENV
66
71
67
72
- name : Create library
73
+ shell : bash
68
74
run : |
69
75
rm -rf ${{ env.work_dir }} # Workaround for tests failing intermittently
70
76
@@ -117,6 +123,7 @@ jobs:
117
123
key : ${{ steps.library-yarn-cache.outputs.cache-primary-key }}
118
124
119
125
- name : Use local version of react-native-builder-bob
126
+ shell : bash
120
127
run : |
121
128
cd packages/react-native-builder-bob
122
129
npm pack
@@ -126,6 +133,7 @@ jobs:
126
133
YARN_CHECKSUM_BEHAVIOR=ignore yarn add --dev ../packages/react-native-builder-bob/$tgz
127
134
128
135
- name : Get build target
136
+ if : matrix.os != 'windows-latest'
129
137
working-directory : ${{ env.work_dir }}
130
138
run : |
131
139
# Build Android for only some matrices to skip redundant builds
You can’t perform that action at this time.
0 commit comments