Skip to content

Commit 6e7aee7

Browse files
authored
Update build-check.yml (apache#1401)
rollback skip build-check action
1 parent fea6ece commit 6e7aee7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build-check.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@ jobs:
115115
with:
116116
node-version: 20
117117

118-
# - name: Build
119-
# run: |
120-
# npm install -g yarn
121-
# yarn cache clean
122-
# export NODE_OPTIONS=--max-old-space-size=8192
123-
# yarn && yarn build
118+
- name: Build
119+
run: |
120+
npm install -g yarn
121+
yarn cache clean
122+
export NODE_OPTIONS=--max-old-space-size=8192
123+
yarn && yarn build
124124
125-
# rm -rf build
125+
rm -rf build

0 commit comments

Comments
 (0)