Skip to content

Commit

Permalink
Tools: Removed sudo utils for cypress tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
bre1470 committed Oct 25, 2021
1 parent d81f4e5 commit 963bdc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
- /home/circleci/repo/highcharts/.cache
- run:
name: Run utils in background
command: sudo npx highcharts-utils
command: npx highcharts-utils
background: true
- run: npx cypress info
- run:
Expand Down

0 comments on commit 963bdc9

Please sign in to comment.