Skip to content

Commit

Permalink
Send initial yarn install stderr to /dev/null to avoid false warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenh committed Jun 7, 2020
1 parent 4d3f7e9 commit a0daaed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: install dependencies
run: yarn install || echo "ignore failure"
run: yarn install --ignore-scripts
- name: pbjs
run: ./pbjs.sh
- name: Prepare Integration
Expand Down

0 comments on commit a0daaed

Please sign in to comment.