Skip to content

Commit

Permalink
[ci] Change testing platform to chome
Browse files Browse the repository at this point in the history
  • Loading branch information
evilaliv3 committed Oct 23, 2024
1 parent 2c8e95b commit 89153cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ setupBackend() {

echo "Running setup"
sudo apt-get update
sudo apt-get install -y firefox tor
sudo apt-get install -y tor
npm install -g grunt grunt-cli
pip install coverage
setupClient
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "globaleaks",
"version": "5.0.18",
"scripts": {
"test": "npx cypress run --browser=firefox && npx nyc report --reporter=lcov --report-dir=./cypress/coverage --reporter=text-summary",
"test": "npx cypress run --browser=chrome && npx nyc report --reporter=lcov --report-dir=./cypress/coverage --reporter=text-summary",
"eslint": "ng lint",
"stylelint": "npx stylelint 'app/css/**/*.css'"
},
Expand Down

0 comments on commit 89153cf

Please sign in to comment.