Skip to content

Commit

Permalink
Add --no-sandbox to test runs (#23)
Browse files Browse the repository at this point in the history
- Update rush version
  • Loading branch information
MSNev authored Dec 15, 2022
1 parent 0855324 commit 54f9244
Show file tree
Hide file tree
Showing 9 changed files with 2,760 additions and 2,153 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install rollup -g
- run: npm install grunt-cli findup-sync nopt [email protected]
- run: npm install grunt-cli
- run: npm install
- run: node common/scripts/install-run-rush.js check
- run: node common/scripts/install-run-rush.js install
Expand Down
4,659 changes: 2,579 additions & 2,080 deletions common/config/rush/npm-shrinkwrap.json

Large diffs are not rendered by default.

50 changes: 40 additions & 10 deletions common/scripts/install-run-rush-silent.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion common/scripts/install-run-rush.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

106 changes: 70 additions & 36 deletions common/scripts/install-run-silent.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 54f9244

Please sign in to comment.