Skip to content

Commit

Permalink
e2e deplo7y hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrrsin committed Apr 15, 2024
1 parent 8e035ef commit 8f011a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 30 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:
- run: npm --prefix users/userservice install
- run: npm --prefix gatewayservice install
- run: npm --prefix webapp install
- run: CI=false
- run: npm --prefix webapp run build
- run: CI=true
- run: npm --prefix webapp run test:e2e

docker-push-webapp:
Expand Down
28 changes: 0 additions & 28 deletions webapp/package-lock.json

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

3 changes: 1 addition & 2 deletions webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"scripts": {
"start": "react-scripts start",
"build": "cross-env CI=false && react-scripts build ",
"build": "react-scripts build ",
"prod": "serve -s build -p 80",
"test": "react-scripts test --transformIgnorePatterns 'node_modules/(?!axios)/'",
"test:e2e": "start-server-and-test 'node e2e/test-environment-setup.js' http://localhost:8000/health prod 3000 \"cd e2e && jest\"",
Expand All @@ -48,7 +48,6 @@
},
"devDependencies": {
"axios-mock-adapter": "^1.22.0",
"cross-env": "^7.0.3",
"expect-puppeteer": "^9.0.2",
"jest": "^29.3.1",
"jest-cucumber": "^3.0.1",
Expand Down

0 comments on commit 8f011a3

Please sign in to comment.