Skip to content

Commit ad9ff59

Browse files
committed
fix: do not build in the test phase
1 parent aec6839 commit ad9ff59

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/CI.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,10 @@ jobs:
115115
node-version: ${{ matrix.node_version }}
116116
architecture: ${{ matrix.node_arch }}
117117

118-
- name: Install dependencies and build
119-
run: npm install
118+
- name: Install dependencies only
119+
run: |
120+
npm install --ignore-scripts
121+
npm run js:build
120122
121123
- name: Download articats
122124
uses: actions/download-artifact@v2

0 commit comments

Comments
 (0)