Skip to content

Commit

Permalink
fix: do not build in the test phase
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Dec 11, 2020
1 parent aec6839 commit ad9ff59
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,10 @@ jobs:
node-version: ${{ matrix.node_version }}
architecture: ${{ matrix.node_arch }}

- name: Install dependencies and build
run: npm install
- name: Install dependencies only
run: |
npm install --ignore-scripts
npm run js:build
- name: Download articats
uses: actions/download-artifact@v2
Expand Down

0 comments on commit ad9ff59

Please sign in to comment.