Skip to content

Commit

Permalink
Using custom
Browse files Browse the repository at this point in the history
  • Loading branch information
augustocristian committed Apr 30, 2024
1 parent 3497955 commit 1e7662e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,4 @@ jobs:
npm --prefix webapp ci
docker compose --profile prod up -d --pull always
sleep 30
cd webapp/e2e
jest
npm --prefix webapp run test:e2eprod
1 change: 1 addition & 0 deletions webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"test": "react-scripts test --transformIgnorePatterns 'node_modules/(?!axios)/'",
"clearJestCache": "jest --clearCache",
"test:e2e": "docker-compose down && start-server-and-test 'node e2e/test-environment-setup.js' http://localhost:8000/health prod 3000 \"cd e2e && jest --runInBand\"",
"test:e2eprod": "start-server-and-test 'node e2e/test-environment-setup.js' http://localhost:8000/health prod 3000 \"cd e2e && jest --runInBand\"",
"eject": "react-scripts eject"
},
"eslintConfig": {
Expand Down

0 comments on commit 1e7662e

Please sign in to comment.