Skip to content

Commit

Permalink
e2e test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
angelalvaigle committed Dec 17, 2024
1 parent 9d2cdb5 commit 2dd08ab
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
node-version: 20
# Copiar errors, middleware y utils a cada servicio si es necesario
- run: cp -R utils/ users/authservice/
- run: cp -R errors/ users/userservice/
- run: cp -R middleware/ users/userservice/
- run: cp -R utils/ users/userservice/
- run: cp -R errors/ questionservice/
- run: cp -R middleware/ questionservice/
- run: cp -R utils/ questionservice/
Expand Down
16 changes: 8 additions & 8 deletions webapp/package-lock.json

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

2 changes: 1 addition & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"jest": "^29.3.1",
"jest-cucumber": "^3.0.1",
"jest-environment-node": "^29.7.0",
"mongodb-memory-server": "^9.1.4",
"mongodb-memory-server": "^10.1.2",
"puppeteer": "^21.7.0",
"serve": "^14.2.1",
"start-server-and-test": "^2.0.3"
Expand Down

0 comments on commit 2dd08ab

Please sign in to comment.