Skip to content

Commit

Permalink
update gitup action
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-du-car committed Dec 4, 2023
1 parent da3c0d1 commit cf314ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
cd $GITHUB_WORKSPACE/telematic_system/telematic_apps/web_app/server
npm init -y
npm install --force
npm test -- --coverage || true
npm run test --coverage || true
- name: Archive code coverage results
uses: actions/upload-artifact@v3
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --watchAll --coverage",
"test": "react-scripts test --coverage",
"eject": "react-scripts eject"
},
"eslintConfig": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"start": "nodemon ./bin/www",
"test": "cross-env NODE_ENV=test jest --testTimeout=5000 --watchAll --coverage --verbose"
"test": "cross-env NODE_ENV=test jest --testTimeout=5000 --coverage --verbose"
},
"dependencies": {
"axios": "^0.27.2",
Expand Down

0 comments on commit cf314ae

Please sign in to comment.