File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
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 }}
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 : |
69
- rm -rf ${{ env.work_dir }} # Workaround for tests failing intermittently
76
+ rm -rf $WORK_DIR # Workaround for tests failing intermittently
70
77
71
78
args=(
72
79
--slug @bob/react-native-test
86
93
)
87
94
fi
88
95
89
- ./packages/create-react-native-library/bin/create-react-native-library ${{ env.work_dir }} ${args[@]}
96
+ ./packages/create-react-native-library/bin/create-react-native-library $WORK_DIR ${args[@]}
90
97
91
98
- name : Restore dependencies of library
92
99
id : library-yarn-cache
You can’t perform that action at this time.
0 commit comments