Skip to content

Commit

Permalink
remove the tests from the build
Browse files Browse the repository at this point in the history
  • Loading branch information
KrothuTheCoder committed Feb 13, 2024
1 parent 8fb80e0 commit 3baa187
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main_ui-ipa-sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
run: |
npm install
npm run build --if-present
npm run test --if-present
- name: Zip artifact for deployment
run: zip release.zip ./* -r
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"scripts": {
"start": "react-scripts start --openssl-legacy-provider",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"dependencies": {
Expand Down

0 comments on commit 3baa187

Please sign in to comment.