adjust e2e test

This commit is contained in:
einhornimmond 2025-04-29 13:01:48 +02:00
parent 5b426d1356
commit b26cc51fda
3 changed files with 4 additions and 3 deletions

View File

@ -20,7 +20,7 @@ jobs:
run: |
sudo chown runner:docker -R *
bun install
cp ./nginx/gradido.conf /etc/nginx/sites-available/default
sudo cp ./nginx/gradido.conf /etc/nginx/sites-available/default
sudo systemctl start nginx
- name: End-to-end tests | prepare
@ -29,7 +29,7 @@ jobs:
chmod +x /opt/cucumber-json-formatter
sudo ln -fs /opt/cucumber-json-formatter /usr/bin/cucumber-json-formatter
cd e2e-tests/
yarn install
bun install
- name: wait for database to be ready
run: docker run --rm --network gradido_internal-net busybox sh -c 'until nc -z mariadb 3306; do echo waiting for db; sleep 1; done;'

View File

@ -11,3 +11,4 @@ EMAIL_TEST_MODUS=false
EMAIL_TLS=false
# for testing password reset
EMAIL_CODE_REQUEST_TIME=1
EMAIL_SMTP_HOST=127.0.0.1

View File

@ -235,7 +235,7 @@
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"eslint": "^8.37.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard": "^17.0.0",
"eslint-import-resolver-typescript": "^3.5.4",